]> git.baikalelectronics.ru Git - kernel.git/commit
carl9170: remove stale rx error path
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 9 Oct 2010 20:23:37 +0000 (22:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Oct 2010 19:04:22 +0000 (15:04 -0400)
commit009486c9cf9e6d9c9181fcc50a14950138d62ad0
tree4cefd4fa1d2a66ce21373302f61d1a93956324d4
parent59dbf7b671f14241b310a383a24be0b6e891f8e6
carl9170: remove stale rx error path

The total/fatal error bit was erroneously prefixed
with AR9170_RX_ERROR instead of AR9170_RX_STATUS.
Luckily, the hardware specification confirmed that
the 0x80 flag will never be set for mac->error.
So, it was always just a dead branch.

This patch also imports the latest version of
shared wlan.h header from the firmware git.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/carl9170/rx.c
drivers/net/wireless/ath/carl9170/wlan.h