linux/drivers/staging/rtl8192e
Philipp Hortmann ec07986067 staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn
Rename variable eRFPowerState to rf_power_state, eRfOff to rf_off and
eRfOn to rf_on to avoid CamelCase which is not accepted by checkpatch.
Omit the upfront "e" as no RFPowerState, RfOff and RfOn exist and it
makes the variables unnecessary long.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/52c676bbaf1f894e30971c5c409b4bcb71c8ef7e.1664055213.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-09-26 10:34:28 +02:00
..
rtl8192e staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn 2022-09-26 10:34:28 +02:00
dot11d.c
dot11d.h
Kconfig staging: rtl8192e: Describe each kernel config option 2022-08-30 17:17:03 +02:00
Makefile
rtl819x_BA.h staging: rtl8192e: reformat ba_record struct 2021-03-10 09:25:28 +01:00
rtl819x_BAProc.c staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, ... 2022-09-24 12:59:53 +02:00
rtl819x_HT.h staging: rtl8192e: reformat bss_ht struct 2021-03-10 09:25:30 +01:00
rtl819x_HTProc.c staging: rtl8192e: replace comparison to NULL by bool 2021-05-10 11:19:34 +02:00
rtl819x_Qos.h staging: rtl8192e: add proper SPDX identifiers on files that did not have them. 2019-04-03 11:10:17 +02:00
rtl819x_TS.h staging: rtl8192e: reformat rx_ts_record struct 2021-03-10 09:25:32 +01:00
rtl819x_TSProc.c staging: rtl8192e: remove unnecessary blank line before brace 2021-04-14 10:30:55 +02:00
rtllib.h staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn 2022-09-26 10:34:28 +02:00
rtllib_crypt_ccmp.c staging: rtl8192e: Remove space after cast 2022-04-20 18:47:25 +02:00
rtllib_crypt_tkip.c staging: rtl8192e: Remove u16 cast for u16 return value 2022-04-26 11:35:19 +02:00
rtllib_crypt_wep.c mm: remove kzfree() compatibility definition 2020-10-25 11:39:02 -07:00
rtllib_debug.h staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, ... 2022-09-24 12:59:53 +02:00
rtllib_module.c staging: rtl8192e: rtllib_module: remove unnecessary assignment 2021-12-03 15:09:49 +01:00
rtllib_rx.c staging: rtl8192e: Remove space after cast 2022-04-20 18:47:25 +02:00
rtllib_softmac.c staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOn 2022-09-26 10:34:28 +02:00
rtllib_softmac_wx.c staging: rtl8192e: Remove ftrace-like logging in rtl819x_BAProc.c, ... 2022-09-24 12:59:53 +02:00
rtllib_tx.c staging: rtl8192e: Fix return type for implementation of ndo_start_xmit 2022-09-09 09:57:50 +02:00
rtllib_wx.c Staging: rtl8192e: Added spaces around '+' 2022-07-08 14:25:46 +02:00
TODO