summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_cmd.h
diff options
context:
space:
mode:
authorTeemu Paasikivi2009-10-13 11:47:51 +0200
committerJohn W. Linville2009-10-27 21:48:11 +0100
commita410264553447ff90bf13e3662684e794e5ff83e (patch)
treebafa31d089221252d2639fb2c90a294ff36842e3 /drivers/net/wireless/wl12xx/wl1271_cmd.h
parentwl1271: Added support to scan on 5 GHz band (diff)
downloadkernel-qcow2-linux-a410264553447ff90bf13e3662684e794e5ff83e.tar.gz
kernel-qcow2-linux-a410264553447ff90bf13e3662684e794e5ff83e.tar.xz
kernel-qcow2-linux-a410264553447ff90bf13e3662684e794e5ff83e.zip
wl1271: Added 5 GHz support to join and rx
Added support to assiociate and use connection on 5 GHz band (802.11a). Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_cmd.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_cmd.h b/drivers/net/wireless/wl12xx/wl1271_cmd.h
index 33089408e759..15254fa82f6a 100644
--- a/drivers/net/wireless/wl12xx/wl1271_cmd.h
+++ b/drivers/net/wireless/wl12xx/wl1271_cmd.h
@@ -198,6 +198,7 @@ enum {
#define WL1271_JOIN_CMD_CTRL_TX_FLUSH 0x80 /* Firmware flushes all Tx */
#define WL1271_JOIN_CMD_TX_SESSION_OFFSET 1
+#define WL1271_JOIN_CMD_BSS_TYPE_5GHZ 0x10
struct wl1271_cmd_join {
struct wl1271_cmd_header header;