commit | 665e8aafb4e0826caec9db25617b186ea3f3ec91 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Feb 21 01:10:07 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:41:36 2008 -0500 |
tree | 156b30cba36776dfd13752f8f51445e3ea11c852 | |
parent | 43ba7e958f2ca05e4e9171a15402288419289d71 [diff] |
mac80211: Disallow concurrent IBSS/STA mode interfaces Disallow having more than one IBSS interface up at any time because of beacon distribution issues, and for now also disallow having more than one IBSS/STA interface up at the same time because we use the master interface's BSS struct which would be completely corrupted when we have more than one up. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>