[PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series
Changed crypto method from requiring a struct ieee80211_device reference to the init handler. Instead we now have a get/set flags method for each crypto component. Setting of TKIP countermeasures can now be done via set_flags(IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) Signed-off-by: James Ketrenos <jketreno@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
committed by
Jeff Garzik
parent
e5658d3e8a
commit
6eb6edf04a
@ -876,7 +876,6 @@ struct ieee80211_device {
|
||||
/* WPA data */
|
||||
int wpa_enabled;
|
||||
int drop_unencrypted;
|
||||
int tkip_countermeasures;
|
||||
int privacy_invoked;
|
||||
size_t wpa_ie_len;
|
||||
u8 *wpa_ie;
|
||||
|
Reference in New Issue
Block a user