diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-25 20:59:10 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-25 20:59:10 -0400 |
commit | 831a179fc9387af6dbaa12816ae1e074d1f1a730 (patch) | |
tree | efb3ea5fc390e7cefdaadb535dc166319ac6f69d /drivers/net/wireless/hostap/hostap_ap.c | |
parent | b4bf343093e81e33d75bede45896eda52cd5f2b4 (diff) |
hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_ap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c index 2c6ea796e00e..930cef8367f2 100644 --- a/drivers/net/wireless/hostap/hostap_ap.c +++ b/drivers/net/wireless/hostap/hostap_ap.c | |||
@@ -1436,7 +1436,7 @@ static void handle_authen(local_info_t *local, struct sk_buff *skb, | |||
1436 | challenge == NULL || | 1436 | challenge == NULL || |
1437 | memcmp(sta->u.sta.challenge, challenge, | 1437 | memcmp(sta->u.sta.challenge, challenge, |
1438 | WLAN_AUTH_CHALLENGE_LEN) != 0 || | 1438 | WLAN_AUTH_CHALLENGE_LEN) != 0 || |
1439 | !(fc & IEEE80211_FCTL_WEP)) { | 1439 | !(fc & IEEE80211_FCTL_PROTECTED)) { |
1440 | txt = "challenge response incorrect"; | 1440 | txt = "challenge response incorrect"; |
1441 | resp = WLAN_STATUS_CHALLENGE_FAIL; | 1441 | resp = WLAN_STATUS_CHALLENGE_FAIL; |
1442 | goto fail; | 1442 | goto fail; |