WSL2-Linux-Kernel/drivers/staging/rtl8192e
Dominique van den Broeck 7626e3d0d4 staging/rtl8192e: Erroneous return codes (types and values)
This function returns a bool, that is supposed to be false when something
goes wrong. It's assumed this way by its lone calling function (which is
SetRFPowerState8190(), line 1445 of rtl8192e/rtl8192e/r8192E_phy.c)

Despite of this, this procedure returns non-null enumerations values or
negative codes instead. This patch fixes this.

Signed-off-by: Dominique van den Broeck <domdevlin@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-03 20:21:59 -04:00
..
rtl8192e staging/rtl8192e: Erroneous return codes (types and values) 2014-05-03 20:21:59 -04:00
Kconfig
Makefile
TODO
dot11d.c staging: rtl8192e: Fix quoted string split across lines 2014-03-18 12:19:32 -07:00
dot11d.h staging:rtl8192e: Rewrite macro definition as static inline function. 2013-11-10 12:05:47 -08:00
license
rtl819x_BA.h
rtl819x_BAProc.c staging: rtl8192e: A word in printk is split into 2 lines 2014-04-25 16:02:00 -07:00
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h rtl8192e: Removing unused defines in rtl819x_Qos.h 2013-12-20 11:41:28 -08:00
rtl819x_TS.h
rtl819x_TSProc.c staging: rtl8192e: Fix typo in rtl8192e 2014-04-25 16:02:00 -07:00
rtllib.h Staging rtl8192e: Fixing checkpatch errors 2014-01-09 10:29:37 -08:00
rtllib_crypt.c Staging rtl8192e: Fixing checkpatch errors 2014-01-09 10:29:37 -08:00
rtllib_crypt.h
rtllib_crypt_ccmp.c Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt_ccmp.c 2013-11-10 12:02:22 -08:00
rtllib_crypt_tkip.c Staging rtl8192e: Fixing checkpatch error in rtllib_crypt_tkip.c 2014-01-09 10:32:18 -08:00
rtllib_crypt_wep.c Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt_wep.c 2013-11-10 12:02:22 -08:00
rtllib_debug.h Staging rtl8192e: Correcting wrong usage of macro in r8192E_phy.c and removing corresponding warning in rtllib_debug.h 2014-01-09 10:32:18 -08:00
rtllib_endianfree.h rlt8192e: Removing unused defines in rltlib_endianfree.h 2013-12-20 11:41:28 -08:00
rtllib_module.c Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_module.c 2013-11-10 11:58:25 -08:00
rtllib_rx.c staging: rtl8192e: Fix typo in rtl8192e 2014-04-25 16:02:00 -07:00
rtllib_softmac.c staging: rtl8192e: Fix typo in rtl8192e 2014-04-25 16:02:00 -07:00
rtllib_softmac_wx.c staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
rtllib_tx.c Staging: rtl8192e: Fix Sparse Warning of invalid assignment in rtllib_tx.c 2014-03-07 16:13:39 -08:00
rtllib_wx.c staging: rtl8192e: do not use comparisons on bool tests 2013-10-28 14:28:35 -07:00