]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: allow drivers to request DTIM period
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Jul 2010 14:08:55 +0000 (16:08 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jul 2010 16:55:00 +0000 (12:55 -0400)
commite5b900d228b76d445a4240d9aeb3cd8f79205a91
treedffa32e827e2d6e5388430ae5ec732f0ca023b11
parentd28232b461b8d54b09e59325dbac8b0913ce2049
mac80211: allow drivers to request DTIM period

Some features require knowing the DTIM period
before associating. This implements the ability
to wait for a beacon in mac80211 before assoc
to provide this value. It is optional since
most likely not all drivers will need this.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/work.c