ath9k: Update mac_postamble for AR9003 family
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Fri, 6 Dec 2013 10:58:41 +0000 (16:28 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Dec 2013 20:37:56 +0000 (15:37 -0500)
Enable the ALWAYS_KEYSEARCH bit in the initvals. Currently
this is done in the driver, but adding this to the initvals
makes it easier to be in sync with the INI files given
by the systems engineering team.

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_2p2_initvals.h

index 97b4bd1e2e13e27267bd40b48652db18f12aa710..724367446152ab230e312556af432cff4ea69c48 100644 (file)
@@ -303,7 +303,7 @@ static const u32 ar9300_2p2_mac_postamble[][5] = {
        {0x000010b0, 0x00000e60, 0x00001cc0, 0x00007c70, 0x00003e38},
        {0x00008014, 0x03e803e8, 0x07d007d0, 0x10801600, 0x08400b00},
        {0x0000801c, 0x128d8027, 0x128d804f, 0x12e00057, 0x12e0002b},
-       {0x00008120, 0x08f04800, 0x08f04800, 0x08f04810, 0x08f04810},
+       {0x00008120, 0x18f04800, 0x18f04800, 0x18f04810, 0x18f04810},
        {0x000081d0, 0x00003210, 0x00003210, 0x0000320a, 0x0000320a},
        {0x00008318, 0x00003e80, 0x00007d00, 0x00006880, 0x00003440},
 };