diff options
-rw-r--r-- | net/mac80211/wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/wext.c b/net/mac80211/wext.c index 959aa8379ccf..a52fb3a4a455 100644 --- a/net/mac80211/wext.c +++ b/net/mac80211/wext.c | |||
@@ -675,7 +675,7 @@ static int ieee80211_ioctl_siwencode(struct net_device *dev, | |||
675 | !sdata->default_key, | 675 | !sdata->default_key, |
676 | keybuf, erq->length); | 676 | keybuf, erq->length); |
677 | 677 | ||
678 | if (!ret) { | 678 | if (!ret && sdata->vif.type == NL80211_IFTYPE_STATION) { |
679 | if (remove) | 679 | if (remove) |
680 | sdata->u.mgd.flags &= ~IEEE80211_STA_TKIP_WEP_USED; | 680 | sdata->u.mgd.flags &= ~IEEE80211_STA_TKIP_WEP_USED; |
681 | else | 681 | else |