wl12xx: AP mode - record TX configuration settings
authorArik Nemtsov <arik@wizery.com>
Sat, 16 Oct 2010 18:33:45 +0000 (20:33 +0200)
committerLuciano Coelho <coelho@ti.com>
Mon, 24 Jan 2011 20:11:50 +0000 (22:11 +0200)
commit488fc540472dee7b8c9fc592e4f024aafe8b605f
tree72be6d01a70094377cb0428bc2447a60937288aa
parentc6c8a65de6d3aa8daa93beeac390f49a21d0be36
wl12xx: AP mode - record TX configuration settings

Record TX configuration settings in the "conf" member of our global
structure (struct wl1271) if conf_tx is called when the firmware is
not loaded.

Later on when the firmware is loaded, we apply the tx conf as part of
the init sequence.

Important for AP mode since conf_tx is called before add_interface
(where the firmware is initialized).

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c