opnsense-src/sys/dev/iwm
Bjoern A. Zeeb c6167b4bf5 WiFi: fix ieee80211_media_change() callers
In r178354 with the introduction of multi-bss ("vap") support factoring
out started and with r193340 ieee80211_media_change() no longer returned
ENETRESET but only 0 or error.
As ieee80211(9) tells the ieee80211_media_change() function should not
be called directly but is registered with ieee80211_vap_attach() instead.

Some drivers have not been fully converted.  After fixing the return
checking some of these functions were simply wrappers between
ieee80211_vap_attach() and ieee80211_media_change(), so remove the extra
function, where possible as well.

PR:		248955
Submitted by:	Tong Zhang (ztong0001 gmail.com) (original)
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
2020-09-07 15:35:40 +00:00
..
if_iwm.c WiFi: fix ieee80211_media_change() callers 2020-09-07 15:35:40 +00:00
if_iwm_7000.c iwm(4): use correct channel list source for Intel 3168 2019-03-11 08:30:29 +00:00
if_iwm_8000.c Add support for Intel 8265 WiFi 2017-10-09 15:48:56 +00:00
if_iwm_9000.c iwm: Define the mqrx_supported capability. 2019-11-07 23:36:10 +00:00
if_iwm_9260.c iwm: Define the mqrx_supported capability. 2019-11-07 23:36:10 +00:00
if_iwm_binding.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_binding.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_config.h iwm: Define the mqrx_supported capability. 2019-11-07 23:36:10 +00:00
if_iwm_constants.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_debug.h iwm - Improve firmware Time Event handling. 2019-01-24 03:47:04 +00:00
if_iwm_fw.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_fw.h iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_led.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_led.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_mac_ctxt.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_mac_ctxt.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_notif_wait.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
if_iwm_notif_wait.h [iwm] Add implementation of the notification wait api from iwlwifi. 2017-02-06 05:27:07 +00:00
if_iwm_pcie_trans.c iwm: Sync device initialization and reset code with iwlwifi. 2019-11-07 23:39:17 +00:00
if_iwm_pcie_trans.h iwm: Add a few _prph functions needed for 9000-series chips. 2019-11-07 23:34:28 +00:00
if_iwm_phy_ctxt.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_phy_ctxt.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_phy_db.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_phy_db.h
if_iwm_power.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_power.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_scan.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_scan.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_sf.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_sf.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_sta.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_sta.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_time_event.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_time_event.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_util.c iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwm_util.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwmreg.h iwm(4): Remove _mvm from the namespace. 2019-11-27 20:32:53 +00:00
if_iwmvar.h iwm: improve rfkill handling 2020-05-20 08:15:09 +00:00