Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225249
b: refs/heads/master
c: 207aba6
h: refs/heads/master
i:
  225247: 085410d
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Dec 13, 2010
1 parent 61f918a commit 070865b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9abbfb27dd96361187bb3872b2c349a76f5e09e9
refs/heads/master: 207aba6018a7b1757b5248ced2b280d20790c498
6 changes: 5 additions & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,15 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len,

wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes;

wiphy->privid = mac80211_wiphy_privid;

wiphy->flags |= WIPHY_FLAG_NETNS_OK |
WIPHY_FLAG_4ADDR_AP |
WIPHY_FLAG_4ADDR_STATION |
WIPHY_FLAG_SUPPORTS_SEPARATE_DEFAULT_KEYS;
wiphy->privid = mac80211_wiphy_privid;

if (!ops->set_key)
wiphy->flags |= WIPHY_FLAG_IBSS_RSN;

wiphy->bss_priv_size = sizeof(struct ieee80211_bss);

Expand Down

0 comments on commit 070865b

Please sign in to comment.