linux/drivers/staging/rtl8192e
Dan Carpenter 71c8d893aa Staging: rtl8192e: fix an endian bug
Passing the high bits of "ratr_value" to rtl8192_config_rate() only
works on little endian systems.  We should be passing a u16 value.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-30 20:46:29 +09:00
..
rtl8192e Staging: rtl8192e: fix an endian bug 2013-05-30 20:46:29 +09:00
Kconfig
Makefile
TODO
dot11d.c
dot11d.h
license
rtl819x_BA.h
rtl819x_BAProc.c
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c
rtllib.h staging/rtl8192e: Fix compile warning 'is static but declared in .. which is not static' 2012-10-29 15:01:01 -07:00
rtllib_crypt.c
rtllib_crypt.h
rtllib_crypt_ccmp.c hostap: Don't use create_proc_read_entry() 2013-04-29 15:41:56 -04:00
rtllib_crypt_tkip.c hostap: Don't use create_proc_read_entry() 2013-04-29 15:41:56 -04:00
rtllib_crypt_wep.c hostap: Don't use create_proc_read_entry() 2013-04-29 15:41:56 -04:00
rtllib_debug.h
rtllib_endianfree.h
rtllib_module.c rtl8192e: switch to proc_create() 2013-04-09 14:13:06 -04:00
rtllib_rx.c Staging: rtl8192e: printing the wrong array 2013-05-30 20:46:28 +09:00
rtllib_softmac.c staging: rtl8192e: Use kmemdup for duplicating memory 2013-05-15 14:23:41 -04:00
rtllib_softmac_wx.c staging: rtl8192e: use is_zero_ether_addr() instead of memcmp() 2012-09-04 14:09:01 -07:00
rtllib_tx.c Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issue 2012-10-31 15:14:41 -07:00
rtllib_wx.c