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)
commit5a99610c99625ae86d76014da25659dff72e8792
tree36d27d16dfc65a481c8e6a81280040e6cf9cec9d
parentf9ae0852655b219095f45e26871c2e00805e6344
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