diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2009-12-03 11:40:17 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-04 20:16:28 +0100 |
commit | 43b5ffe1162a7fbaa89f1c392a28ac54c2e932f7 (patch) | |
tree | 82929f2096ff8935f92692e0e386bacf67a991e9 /drivers/net/wireless/iwmc3200wifi/main.c | |
parent | iwmc3200wifi: Coex table command does not expect a response (diff) | |
download | linux-43b5ffe1162a7fbaa89f1c392a28ac54c2e932f7.tar.xz linux-43b5ffe1162a7fbaa89f1c392a28ac54c2e932f7.zip |
iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameter
Wifi and wimax coexistence mode is set by wifi at boot time. There can be
several modes, defined by priority tables. User space components can decide
which one to select by writing to /sys/module/iwmc3200wifi/parameters/wiwi
with this patch, before bringing the interface up.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi/main.c')
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/main.c b/drivers/net/wireless/iwmc3200wifi/main.c index 087f04355c1b..0ffb04111a42 100644 --- a/drivers/net/wireless/iwmc3200wifi/main.c +++ b/drivers/net/wireless/iwmc3200wifi/main.c @@ -82,7 +82,6 @@ static struct iwm_conf def_iwm_conf = { .roam_timeout = 10, .wireless_mode = WIRELESS_MODE_11A | WIRELESS_MODE_11G | WIRELESS_MODE_11N, - .coexist_mode = COEX_MODE_CM, /* IBSS */ .ibss_band = UMAC_BAND_2GHZ, |