diff options
author | Luciano Coelho <coelho@ti.com> | 2011-11-29 18:27:31 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 09:43:57 +0400 |
commit | 6f7dd16cb125468a5393861c22fbecfb52dd9653 (patch) | |
tree | 45803828a2b7a5d0808510e73d24af3e075f6e23 /drivers/net/wireless/ti/wl12xx/reg.h | |
parent | 00782136b4d6e2316e0a2a55f3b1fba160e9576e (diff) | |
download | linux-6f7dd16cb125468a5393861c22fbecfb52dd9653.tar.xz |
wlcore/wl12xx: add chip-specific identify chip operation
Move the code that identifies the chip ID and selects the appropriate
firmware to an operation implemented by the lower driver. Also move
the quirks definitions into wlcore.h and rename to WLCORE_QUIRK_*.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/reg.h')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/reg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/reg.h b/drivers/net/wireless/ti/wl12xx/reg.h index c6a474364756..52012ca21c01 100644 --- a/drivers/net/wireless/ti/wl12xx/reg.h +++ b/drivers/net/wireless/ti/wl12xx/reg.h @@ -447,7 +447,6 @@ b12-b0 - Supported Rate indicator bits as defined below. #define CLK_REQ_OUTN_SEL 0x700 #define WU_COUNTER_PAUSE_VAL 0x3FF -#define WELP_ARM_COMMAND_VAL 0x4 /* PLL configuration algorithm for wl128x */ #define SYS_CLK_CFG_REG 0x2200 |