init.c (cb54b53adae70701bdd77d848cea4b9b39b61cf9) init.c (f32036e823c45cb4974aab1d0ae66d716bfc9aa6)
1
2/*
3 * Copyright (c) 2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.

--- 1822 unchanged lines hidden (view full) ---

1831 ath6kl_cfg80211_vif_cleanup(vif);
1832 rtnl_unlock();
1833 spin_lock_bh(&ar->list_lock);
1834 }
1835 spin_unlock_bh(&ar->list_lock);
1836
1837 clear_bit(WMI_READY, &ar->flag);
1838
1
2/*
3 * Copyright (c) 2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
5 *
6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.

--- 1822 unchanged lines hidden (view full) ---

1831 ath6kl_cfg80211_vif_cleanup(vif);
1832 rtnl_unlock();
1833 spin_lock_bh(&ar->list_lock);
1834 }
1835 spin_unlock_bh(&ar->list_lock);
1836
1837 clear_bit(WMI_READY, &ar->flag);
1838
1839 if (ar->fw_recovery.enable)
1840 del_timer_sync(&ar->fw_recovery.hb_timer);
1841
1839 /*
1840 * After wmi_shudown all WMI events will be dropped. We
1841 * need to cleanup the buffers allocated in AP mode and
1842 * give disconnect notification to stack, which usually
1843 * happens in the disconnect_event. Simulate the disconnect
1844 * event by calling the function directly. Sometimes
1845 * disconnect_event will be received when the debug logs
1846 * are collected.

--- 18 unchanged lines hidden ---
1842 /*
1843 * After wmi_shudown all WMI events will be dropped. We
1844 * need to cleanup the buffers allocated in AP mode and
1845 * give disconnect notification to stack, which usually
1846 * happens in the disconnect_event. Simulate the disconnect
1847 * event by calling the function directly. Sometimes
1848 * disconnect_event will be received when the debug logs
1849 * are collected.

--- 18 unchanged lines hidden ---