]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: call extended radio parameters for wl127x AP mode
authorLuciano Coelho <coelho@ti.com>
Tue, 13 Dec 2011 09:39:50 +0000 (11:39 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 15 Dec 2011 07:58:41 +0000 (09:58 +0200)
commit9f0c15269858d6f4366881a8524eaba193d35d6f
tree755c64ad5307f2bdd1caec0f3d4a04088cf66945
parent87eeaabd2e8ac85405eb1ab77dd2ab2afbbd22cf
wl12xx: call extended radio parameters for wl127x AP mode

We need to set the extended radio parameters for wl127x only.
Currently, we were only calling this command with wl127x STA mode, but
we should also do it for AP mode.

Move the call to the extended radio paramaters to the common hw_init
and use a single if for the chip type to do everything at once.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/init.c