aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_conf.h
diff options
context:
space:
mode:
authorTeemu Paasikivi <ext-teemu.3.paasikivi@nokia.com>2009-10-13 05:47:48 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-27 16:48:10 -0400
commit1ebec3d750f2b5740e3c334dac06104d2f74a9b1 (patch)
tree2592f80a0eb959ae0ba230e008272d50d69b2d45 /drivers/net/wireless/wl12xx/wl1271_conf.h
parentc6d5d06e455b9965e300ae40c34fa2337e1aad0f (diff)
wl1271: Added 5 GHz parameters for wl1273
Added data rate and frequency tables for 5 GHz band channels, 5 GHz radio configration parameters and configuration option to enable 802.11 support. Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@nokia.com> Reviewed-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Luciano Coelho <luciano.coelho@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_conf.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_conf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_conf.h b/drivers/net/wireless/wl12xx/wl1271_conf.h
index 00ffa6679324..061d47520a32 100644
--- a/drivers/net/wireless/wl12xx/wl1271_conf.h
+++ b/drivers/net/wireless/wl12xx/wl1271_conf.h
@@ -746,6 +746,11 @@ enum {
746 CONF_REF_CLK_52_E 746 CONF_REF_CLK_52_E
747}; 747};
748 748
749enum single_dual_band_enum {
750 CONF_SINGLE_BAND,
751 CONF_DUAL_BAND
752};
753
749struct conf_general_parms { 754struct conf_general_parms {
750 /* 755 /*
751 * RF Reference Clock type / speed 756 * RF Reference Clock type / speed
@@ -778,7 +783,7 @@ struct conf_general_parms {
778 /* 783 /*
779 * Flag defining whether used as single or dual-band. 784 * Flag defining whether used as single or dual-band.
780 * 785 *
781 * Range: Unknown 786 * Range: CONF_SINGLE_BAND, CONF_DUAL_BAND
782 */ 787 */
783 u8 single_dual_band; 788 u8 single_dual_band;
784 789