cfg80211.c (29ce6ecbb83c9185d76e3a7c340c9702d2a54961) | cfg80211.c (b34939b9836950d261610132853311054b507247) |
---|---|
1/* 2 * Copyright (c) 2004-2011 Atheros Communications Inc. 3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 155 unchanged lines hidden (view full) --- 164 struct ath6kl *ar = vif->ar; 165 bool stopped; 166 167 stopped = __ath6kl_cfg80211_sscan_stop(vif); 168 169 if (!stopped) 170 return; 171 | 1/* 2 * Copyright (c) 2004-2011 Atheros Communications Inc. 3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc. 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 155 unchanged lines hidden (view full) --- 164 struct ath6kl *ar = vif->ar; 165 bool stopped; 166 167 stopped = __ath6kl_cfg80211_sscan_stop(vif); 168 169 if (!stopped) 170 return; 171 |
172 cfg80211_sched_scan_stopped(ar->wiphy); | 172 cfg80211_sched_scan_stopped(ar->wiphy, 0); |
173} 174 175static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, 176 enum nl80211_wpa_versions wpa_version) 177{ 178 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: %u\n", __func__, wpa_version); 179 180 if (!wpa_version) { --- 3860 unchanged lines hidden --- | 173} 174 175static int ath6kl_set_wpa_version(struct ath6kl_vif *vif, 176 enum nl80211_wpa_versions wpa_version) 177{ 178 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: %u\n", __func__, wpa_version); 179 180 if (!wpa_version) { --- 3860 unchanged lines hidden --- |