ath9k: Fix QuickDrop usage
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Tue, 26 Nov 2013 01:51:08 +0000 (07:21 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 2 Dec 2013 18:11:50 +0000 (13:11 -0500)
commit93c1cfbe598f72cfa7be49e4a7d2a1d482e15119
treecf7e72bb8e487b1774b1befd130514709f89db4f
parent041b499bb1b88512b96b411a1695a86f32ee55d5
ath9k: Fix QuickDrop usage

Bit 5 in the miscConfiguration field of the base EEPROM
header denotes whether QuickDrop is enabled or not. Fix
the incorrect usage of BIT(1) and also make sure that
this is done only for the required chips.

Cc: stable@vger.kernel.org
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c