Home
last modified time | relevance | path

Searched refs:ath9k_ops (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dahb.c106 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_ahb_probe()
Dmain.c2738 ath9k_ops.hw_scan = ath9k_hw_scan; in ath9k_fill_chanctx_ops()
2739 ath9k_ops.cancel_hw_scan = ath9k_cancel_hw_scan; in ath9k_fill_chanctx_ops()
2740 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
2741 ath9k_ops.cancel_remain_on_channel = ath9k_cancel_remain_on_channel; in ath9k_fill_chanctx_ops()
2742 ath9k_ops.add_chanctx = ath9k_add_chanctx; in ath9k_fill_chanctx_ops()
2743 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
2744 ath9k_ops.change_chanctx = ath9k_change_chanctx; in ath9k_fill_chanctx_ops()
2745 ath9k_ops.assign_vif_chanctx = ath9k_assign_vif_chanctx; in ath9k_fill_chanctx_ops()
2746 ath9k_ops.unassign_vif_chanctx = ath9k_unassign_vif_chanctx; in ath9k_fill_chanctx_ops()
2747 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
[all …]
Dpci.c945 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_pci_probe()
Dath9k.h36 extern struct ieee80211_ops ath9k_ops;