Searched refs:remove_chanctx (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | main.c | 150 .remove_chanctx = wfx_remove_chanctx,
|
/openbmc/linux/net/mac80211/ |
H A D | driver-ops.h | 933 if (local->ops->remove_chanctx) in drv_remove_chanctx() 934 local->ops->remove_chanctx(&local->hw, &ctx->conf); in drv_remove_chanctx()
|
H A D | main.c | 673 i = !!ops->add_chanctx + !!ops->remove_chanctx + in ieee80211_alloc_hw_nm()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_core.c | 667 ops->remove_chanctx = NULL; in mt792x_get_mac80211_ops()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1133 .remove_chanctx = iwl_mvm_remove_chanctx,
|
H A D | mac80211.c | 6259 .remove_chanctx = iwl_mvm_remove_chanctx,
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 1119 .remove_chanctx = rtw89_ops_remove_chanctx,
|
H A D | core.c | 4022 ops->remove_chanctx = NULL; in rtw89_alloc_ieee80211_hw()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 1374 .remove_chanctx = mt7921_remove_chanctx,
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 4530 void (*remove_chanctx)(struct ieee80211_hw *hw, member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | main.c | 2745 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3865 .remove_chanctx = mac80211_hwsim_remove_chanctx, \
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 5968 .remove_chanctx = wlcore_op_remove_chanctx,
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 6946 .remove_chanctx = ath12k_mac_op_remove_chanctx,
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 9125 .remove_chanctx = ath11k_mac_op_remove_chanctx,
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 9459 .remove_chanctx = ath10k_mac_op_remove_chanctx,
|