commit | 5dfdaf58d61f06a458529430c24b1191ea4d1a27 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Dec 19 02:03:33 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:38 2008 -0800 |
tree | bd3fac57f66e80bf2a31d253af19093f4020ba79 | |
parent | 51fb61e76d952e6bc2fbdd9f0d38425fbab1cf31 [diff] |
mac80211: add beacon configuration via cfg80211 This patch implements the cfg80211 hooks for configuring beaconing on an access point interface in mac80211. While doing so, it fixes a number of races that could badly crash the machine when the beacon is changed while being requested by the driver. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>