]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: track AP's beacon rate and give it to the driver
authorAlexander Bondar <alexander.bondar@intel.com>
Sun, 19 May 2013 11:23:57 +0000 (14:23 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Jun 2013 09:58:47 +0000 (11:58 +0200)
commit817cee767523769cbc5ac94e439cde0c21752cbc
treec49bde9751d118e39b948709b493280e50859ed1
parente562078a19226660299eeaf40a50752672214f11
mac80211: track AP's beacon rate and give it to the driver

Track the AP's beacon rate in the scan BSS data and in the
interface configuration to let the drivers know which rate
the AP is using. This information may be used by drivers,
in our case to let the firmware optimise beacon RX.

Signed-off-by: Alexander Bondar <alexander.bondar@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c