diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-08-02 13:37:21 -0400 |
---|---|---|
committer | Luciano Coelho <luca@coelho.fi> | 2012-09-27 05:13:52 -0400 |
commit | f4afbed9447c86e5d3cec5933ae74b902617987c (patch) | |
tree | b62d8cfa0c1c7abc9b45578b6d06828b364fbe33 /drivers/net/wireless/ti/wl18xx/wl18xx.h | |
parent | d49524d3e8406e3b858650abcf846531a2104120 (diff) |
wlcore/wl18xx/wl12xx: allow up to 3 mac addresses
Allow 3 native mac addresses on 18xx. On 12xx allow 2 native mac
addresses and set the LAA bit to create a third mac address. This
enabled operation with a separate group interface.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/wl18xx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/wl18xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/wl18xx.h b/drivers/net/wireless/ti/wl18xx/wl18xx.h index a6e61a25124d..96a1e438d677 100644 --- a/drivers/net/wireless/ti/wl18xx/wl18xx.h +++ b/drivers/net/wireless/ti/wl18xx/wl18xx.h | |||
@@ -38,6 +38,8 @@ | |||
38 | #define WL18XX_NUM_TX_DESCRIPTORS 32 | 38 | #define WL18XX_NUM_TX_DESCRIPTORS 32 |
39 | #define WL18XX_NUM_RX_DESCRIPTORS 32 | 39 | #define WL18XX_NUM_RX_DESCRIPTORS 32 |
40 | 40 | ||
41 | #define WL18XX_NUM_MAC_ADDRESSES 3 | ||
42 | |||
41 | struct wl18xx_priv { | 43 | struct wl18xx_priv { |
42 | /* buffer for sending commands to FW */ | 44 | /* buffer for sending commands to FW */ |
43 | u8 cmd_buf[WL18XX_CMD_MAX_SIZE]; | 45 | u8 cmd_buf[WL18XX_CMD_MAX_SIZE]; |