staging: rtl8723au: Make rtw_cfg80211_add_wep() take a struct rtw_wep_key
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 21 May 2014 07:37:38 +0000 (09:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:27:42 +0000 (16:27 +0900)
commitdeff11554fa4a0bf0f3616d29f0636ab5ff52758
tree18b5a17c79824758d24deb1c18883c5b1b340621
parent6893c8ebba521ea9d0f1cc4a53233fcb09271d52
staging: rtl8723au: Make rtw_cfg80211_add_wep() take a struct rtw_wep_key

This allows the removal of the ugly struct ndis_8802_11_wep and simplify
rtw_cfg80211_add_wep(). In addition remove unused element ndiswep from
struct security_priv.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/rtw_security.h
drivers/staging/rtl8723au/include/wlan_bssdef.h
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c