linux/drivers/staging/rtl8723au
Steve Pennington 80a60777d7 staging: rtl8723au: fix incorrect type in assignment warning
Repaced calls to htons and memcpy with a single call to put_unaligned_be16
to fix the following sparse warning:
drivers/staging/rtl8723au/core/rtw_recv.c:1557:21: warning: incorrect type in assignment (different base types)
drivers/staging/rtl8723au/core/rtw_recv.c:1557:21:    expected unsigned short [unsigned] [assigned] [usertype] len
drivers/staging/rtl8723au/core/rtw_recv.c:1557:21:    got restricted __be16 [usertype] <noident>

Signed-off-by: Steve Pennington <sgpenn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-07-22 21:14:08 -07:00
..
core staging: rtl8723au: fix incorrect type in assignment warning 2015-07-22 21:14:08 -07:00
hal staging:rtl8723au:odm.c:Removing trailing whitespaces 2015-07-14 19:41:16 -07:00
include staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header struct 2015-06-17 21:25:24 -07:00
os_dep Staging driver patches for 4.2-rc1 2015-06-26 15:46:08 -07:00
Kconfig
Makefile staging: rtl8723au: Fold rtw_ack_tx_done23a() into rtw23a_sctx_done_err() 2014-12-02 16:40:00 -08:00
TODO