]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: add an rx flag for ignoring a packet's signal strength
authorFelix Fietkau <nbd@openwrt.org>
Thu, 1 Mar 2012 17:00:07 +0000 (18:00 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 5 Mar 2012 20:38:32 +0000 (15:38 -0500)
commit3e6f1cd8c549608051de514f407b5d4e74155544
tree93212c4f0e7f897c8c53bbd0b93f31640ec33e4b
parent8747d987ddac046df2dd6b090b705f751ff64134
mac80211: add an rx flag for ignoring a packet's signal strength

For A-MPDU rx it makes sense to only process the signal strength once per
aggregate instead of once per subframe. Additonally, some hardware (e.g.
Atheros) only provides valid signal strength information for the last
subframe.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/rx.c