mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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
|
||
|---|---|---|
| .. | ||
| if_iwm.c | ||
| if_iwm_7000.c | ||
| if_iwm_8000.c | ||
| if_iwm_9000.c | ||
| if_iwm_9260.c | ||
| if_iwm_binding.c | ||
| if_iwm_binding.h | ||
| if_iwm_config.h | ||
| if_iwm_constants.h | ||
| if_iwm_debug.h | ||
| if_iwm_fw.c | ||
| if_iwm_fw.h | ||
| if_iwm_led.c | ||
| if_iwm_led.h | ||
| if_iwm_mac_ctxt.c | ||
| if_iwm_mac_ctxt.h | ||
| if_iwm_notif_wait.c | ||
| if_iwm_notif_wait.h | ||
| if_iwm_pcie_trans.c | ||
| if_iwm_pcie_trans.h | ||
| if_iwm_phy_ctxt.c | ||
| if_iwm_phy_ctxt.h | ||
| if_iwm_phy_db.c | ||
| if_iwm_phy_db.h | ||
| if_iwm_power.c | ||
| if_iwm_power.h | ||
| if_iwm_scan.c | ||
| if_iwm_scan.h | ||
| if_iwm_sf.c | ||
| if_iwm_sf.h | ||
| if_iwm_sta.c | ||
| if_iwm_sta.h | ||
| if_iwm_time_event.c | ||
| if_iwm_time_event.h | ||
| if_iwm_util.c | ||
| if_iwm_util.h | ||
| if_iwmreg.h | ||
| if_iwmvar.h | ||