]> git.baikalelectronics.ru Git - kernel.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)
commitfeea20c620b8b5f266bc507b1e49e7ecac15283d
treec49bde9751d118e39b948709b493280e50859ed1
parentca17686acebaaf086f13846e5655b6430c448157
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