[PATCH] prism54: update to WE-19 for WPA support
Add WE-19 capabilities to prism54 fullmac driver so that it supports the necessary Wireless Extensions WPA calls. Convert reporting of WPA/RSN Generic Information Elements to IWEVGENIE rather than pre-WE-19 IWEVCUSTOM as well. Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
7c0c3afb6e
commit
eab411f1e8
@ -27,7 +27,7 @@
|
||||
|
||||
#include <net/iw_handler.h> /* New driver API */
|
||||
|
||||
#define SUPPORTED_WIRELESS_EXT 16
|
||||
#define SUPPORTED_WIRELESS_EXT 19
|
||||
|
||||
void prism54_mib_init(islpci_private *);
|
||||
|
||||
@ -39,8 +39,8 @@ void prism54_acl_clean(struct islpci_acl *);
|
||||
|
||||
void prism54_process_trap(void *);
|
||||
|
||||
void prism54_wpa_ie_init(islpci_private *priv);
|
||||
void prism54_wpa_ie_clean(islpci_private *priv);
|
||||
void prism54_wpa_bss_ie_init(islpci_private *priv);
|
||||
void prism54_wpa_bss_ie_clean(islpci_private *priv);
|
||||
|
||||
int prism54_set_mac_address(struct net_device *, void *);
|
||||
|
||||
|
Reference in New Issue
Block a user