diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/boot.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/boot.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/boot.h b/drivers/net/wireless/wl12xx/boot.h index d67dcffa31eb..17229b86fc71 100644 --- a/drivers/net/wireless/wl12xx/boot.h +++ b/drivers/net/wireless/wl12xx/boot.h | |||
@@ -59,6 +59,11 @@ struct wl1271_static_data { | |||
59 | #define PG_VER_MASK 0x3c | 59 | #define PG_VER_MASK 0x3c |
60 | #define PG_VER_OFFSET 2 | 60 | #define PG_VER_OFFSET 2 |
61 | 61 | ||
62 | #define PG_MAJOR_VER_MASK 0x3 | ||
63 | #define PG_MAJOR_VER_OFFSET 0x0 | ||
64 | #define PG_MINOR_VER_MASK 0xc | ||
65 | #define PG_MINOR_VER_OFFSET 0x2 | ||
66 | |||
62 | #define CMD_MBOX_ADDRESS 0x407B4 | 67 | #define CMD_MBOX_ADDRESS 0x407B4 |
63 | 68 | ||
64 | #define POLARITY_LOW BIT(1) | 69 | #define POLARITY_LOW BIT(1) |