]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: free AP global links properly on recovery
authorArik Nemtsov <arik@wizery.com>
Tue, 12 Mar 2013 15:19:43 +0000 (17:19 +0200)
committerLuciano Coelho <coelho@ti.com>
Mon, 25 Mar 2013 10:33:12 +0000 (12:33 +0200)
commit32c398264a214d78657133d3c91274a203b353f7
tree36d27d16dfc65a481c8e6a81280040e6cf9cec9d
parent37439c1ee702a071b1b9c0125d7d6b801f782731
wlcore: free AP global links properly on recovery

Dont use free_sta() on AP global links. It would fail an internal check
within the function and various structures within the link struct would
not be reset.

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