carl9170: remove stale rx error path
commit9f59f3c694c184c69e0be7d0fd0829bcb61b0429
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 9 Oct 2010 20:23:37 +0000 (9 22:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Oct 2010 19:04:22 +0000 (11 15:04 -0400)
tree4cefd4fa1d2a66ce21373302f61d1a93956324d4
parentc8a16c68ef4eb7817e41759c7105678ebc155377
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