diff options
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_80211_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_80211_tx.c b/drivers/net/wireless/hostap/hostap_80211_tx.c index a881212e1fae..06a5214145e3 100644 --- a/drivers/net/wireless/hostap/hostap_80211_tx.c +++ b/drivers/net/wireless/hostap/hostap_80211_tx.c | |||
| @@ -469,7 +469,7 @@ int hostap_master_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 469 | } | 469 | } |
| 470 | 470 | ||
| 471 | if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && | 471 | if (local->ieee_802_1x && meta->ethertype == ETH_P_PAE && tx.crypt && |
| 472 | !(fc & IEEE80211_FCTL_VERS)) { | 472 | !(fc & IEEE80211_FCTL_PROTECTED)) { |
| 473 | no_encrypt = 1; | 473 | no_encrypt = 1; |
| 474 | PDEBUG(DEBUG_EXTRA2, "%s: TX: IEEE 802.1X - passing " | 474 | PDEBUG(DEBUG_EXTRA2, "%s: TX: IEEE 802.1X - passing " |
| 475 | "unencrypted EAPOL frame\n", dev->name); | 475 | "unencrypted EAPOL frame\n", dev->name); |
