commit | 649a6ac4a7d6eab2752893d69f722ccd9674dd4e | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sun Dec 02 16:52:00 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 03 13:52:00 2012 -0500 |
tree | 3d132a7ca5ea626c1e98a49f3bf5fddca6f17311 | |
parent | 33e274e66949a0806fb760b6f99543ba0d32ce02 [diff] |
carl9170: fix signal strength reporting issues On A-MPDU frames, the hardware only reports valid signal strength data for the last subframe. This patch fixes it by flagging everything but the last subframe in an A-MPDU to tell mac80211 to ignore the signal strength entirely. Otherwise the empty value (= 0 dbm) will distort the average quite badly. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>