diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/wext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/wext.c b/net/mac80211/wext.c index 1e5b29bdb3a7..c3b2dd5706fb 100644 --- a/net/mac80211/wext.c +++ b/net/mac80211/wext.c | |||
@@ -927,6 +927,7 @@ static int ieee80211_ioctl_siwauth(struct net_device *dev, | |||
927 | case IW_AUTH_WPA_ENABLED: | 927 | case IW_AUTH_WPA_ENABLED: |
928 | case IW_AUTH_RX_UNENCRYPTED_EAPOL: | 928 | case IW_AUTH_RX_UNENCRYPTED_EAPOL: |
929 | case IW_AUTH_KEY_MGMT: | 929 | case IW_AUTH_KEY_MGMT: |
930 | case IW_AUTH_CIPHER_GROUP_MGMT: | ||
930 | break; | 931 | break; |
931 | case IW_AUTH_CIPHER_PAIRWISE: | 932 | case IW_AUTH_CIPHER_PAIRWISE: |
932 | if (sdata->vif.type == NL80211_IFTYPE_STATION) { | 933 | if (sdata->vif.type == NL80211_IFTYPE_STATION) { |