]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0ab0ff1130918f742c8d38f19ed8371e1e68996
tree72be6d01a70094377cb0428bc2447a60937288aa
parent104dfc232a87c11a84710667d091b25882a4fc7f
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