01 May, 2008
3 commits
-
This reorders the open code so that WDS peer STA info entries
are added after the corresponding interface is added to the
driver so that driver callbacks aren't invoked out of order.
Also make any master device startup fatal.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville -
Rather than just disallowing the zero address, disallow all
invalid ones.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville -
Drivers can rightfully assume that they get a beacon_control
if the beacon is set.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville
17 Apr, 2008
1 commit
-
When STAs are expired, we need to hold the sta_lock. Using
the same lock for keys too would then mean we'd need another
key free function, and that'll just lead to confusion, so just
use a new spinlock for all key lists.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville
09 Apr, 2008
1 commit
-
This patch renames all mac80211 files (except ieee80211_i.h) to get rid
of the useless ieee80211_ prefix.Signed-off-by: Johannes Berg
Signed-off-by: John W. Linville