aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
diff options
context:
space:
mode:
authorThomas Pedersen <thomas@cozybit.com>2011-05-03 19:57:12 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-05-11 14:44:47 -0400
commitff973af74aa6932ca4758266bccec68e8135ddf7 (patch)
tree4d18994cffe190d50acaae4ecce1c3684186f063 /net/wireless/nl80211.c
parent9c3990aaec0ad9f686ef6480f6861f2df89b2a7a (diff)
nl80211: allow installing keys for a meshif
Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r--net/wireless/nl80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
index f698c1d116e4..b454f8960a04 100644
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -545,6 +545,7 @@ static int nl80211_key_allowed(struct wireless_dev *wdev)
545 case NL80211_IFTYPE_AP: 545 case NL80211_IFTYPE_AP:
546 case NL80211_IFTYPE_AP_VLAN: 546 case NL80211_IFTYPE_AP_VLAN:
547 case NL80211_IFTYPE_P2P_GO: 547 case NL80211_IFTYPE_P2P_GO:
548 case NL80211_IFTYPE_MESH_POINT:
548 break; 549 break;
549 case NL80211_IFTYPE_ADHOC: 550 case NL80211_IFTYPE_ADHOC:
550 if (!wdev->current_bss) 551 if (!wdev->current_bss)