Messages in this thread Patch in this message |  | | From | mike dupuis <> | | Subject | [PATCH 3/3] Staging: rtl8192u: remove ieee80211_ccmp_null() | | Date | Sat, 3 Oct 2015 13:09:56 -0800 |
| |
This is a patch to remove the function ieee80211_ccmp_null(). This function does nothing and can therefore be safely removed.
Signed-off-by: Mike Dupuis <mike.dupuis.0@gmail.com> --- drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c index 61edd57..af22ee5 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c @@ -175,9 +175,6 @@ struct net_device *alloc_ieee80211(int sizeof_priv) ieee->last_packet_time[i] = 0; } -/* These function were added to load crypte module autoly */ - ieee80211_ccmp_null(); - return dev; failed: -- 2.1.4
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
|  |