commit | 9f59f3c694c184c69e0be7d0fd0829bcb61b0429 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sat Oct 09 22:23:37 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 11 15:04:22 2010 -0400 |
tree | 4cefd4fa1d2a66ce21373302f61d1a93956324d4 | |
parent | c8a16c68ef4eb7817e41759c7105678ebc155377 [diff] |
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>