From: Christian Lamparter Date: Sat, 9 Oct 2010 20:23:37 +0000 (+0200) Subject: carl9170: remove stale rx error path X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f59f3c694c184c69e0be7d0fd0829bcb61b0429;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed