Messages in this thread |  | | From | mike dupuis <> | | Subject | [PATCH 0/3] Staging: rtl8192u: Remove do-nothing functions | | Date | Sat, 3 Oct 2015 13:09:42 -0800 |
| |
This is a series of patches to remove three functions that do no processing in staging/rtl8192u/ieee80211/.
Before: drivers/staging/rtl8192u/$ grep _null\( *.c drivers/staging/rtl8192u/$
drivers/staging/rtl8192u/ieee80211/$ grep _null\( *.c ieee80211_crypt_ccmp.c:void ieee80211_ccmp_null(void) ieee80211_crypt_tkip.c:void ieee80211_tkip_null(void) ieee80211_crypt_wep.c:void ieee80211_wep_null(void) ieee80211_module.c: ieee80211_tkip_null(); ieee80211_module.c: ieee80211_wep_null(); ieee80211_module.c: ieee80211_ccmp_null(); drivers/staging/rtl8192u/ieee80211/$
After: drivers/staging/rtl8192u/$ grep _null\( *.c drivers/staging/rtl8192u/$
drivers/staging/rtl8192u/ieee80211/$ grep _null\( *.c drivers/staging/rtl8192u/ieee80211/$
Mike Dupuis (3): Staging: rtl8192u: remove ieee80211_tkip_null() Staging: rtl8192u: remove ieee80211_wep_null() Staging: rtl8192u: remove ieee80211_ccmp_null()
drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 6 ------ drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c | 4 ---- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 5 ----- 3 files changed, 15 deletions(-)
-- 2.1.4
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
|  |