aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/main.c
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2011-05-03 22:50:15 -0700
committerJohn W. Linville <linville@tuxdriver.com>2011-05-05 14:59:17 -0400
commitf0dc7999b54ae0464d7144b81d21e1d39a389d49 (patch)
tree29f5a6017fdb92a70033e3d3107a7075d49a291b /net/mac80211/main.c
parent0e579d6a8f4aea346da818f13ee71401c125e639 (diff)
downloadkernel_samsung_smdk4412-f0dc7999b54ae0464d7144b81d21e1d39a389d49.zip
kernel_samsung_smdk4412-f0dc7999b54ae0464d7144b81d21e1d39a389d49.tar.gz
kernel_samsung_smdk4412-f0dc7999b54ae0464d7144b81d21e1d39a389d49.tar.bz2
cfg80211: Remove unused wiphy flag
The only user of WIPHY_FLAG_SUPPORTS_SEPARATE_DEFAULT_KEYS was removed and consequently, this flag can be removed, too. In addition, a single capability flag was not enough to indicate this capability clearly since the device behavior may be different based on which operating mode is being used. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r--net/mac80211/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 6187766..d8be198 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -580,8 +580,7 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len,
wiphy->flags |= WIPHY_FLAG_NETNS_OK |
WIPHY_FLAG_4ADDR_AP |
- WIPHY_FLAG_4ADDR_STATION |
- WIPHY_FLAG_SUPPORTS_SEPARATE_DEFAULT_KEYS;
+ WIPHY_FLAG_4ADDR_STATION;
if (!ops->set_key)
wiphy->flags |= WIPHY_FLAG_IBSS_RSN;