]> 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)
commit3b0507e627cc3317f5ed734a3fd9021c0c8a460e
treec49bde9751d118e39b948709b493280e50859ed1
parent53e714107143b521078ec8e9f35d8734edcfdd68
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