Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dahb.c78 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_ahb_probe()
H A Dmain.c2758 ath9k_ops.hw_scan = ath9k_hw_scan; in ath9k_fill_chanctx_ops()
2759 ath9k_ops.cancel_hw_scan = ath9k_cancel_hw_scan; in ath9k_fill_chanctx_ops()
2760 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
2761 ath9k_ops.cancel_remain_on_channel = ath9k_cancel_remain_on_channel; in ath9k_fill_chanctx_ops()
2762 ath9k_ops.add_chanctx = ath9k_add_chanctx; in ath9k_fill_chanctx_ops()
2763 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
2764 ath9k_ops.change_chanctx = ath9k_change_chanctx; in ath9k_fill_chanctx_ops()
2765 ath9k_ops.assign_vif_chanctx = ath9k_assign_vif_chanctx; in ath9k_fill_chanctx_ops()
2766 ath9k_ops.unassign_vif_chanctx = ath9k_unassign_vif_chanctx; in ath9k_fill_chanctx_ops()
2767 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
[all …]
H A Dpci.c943 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_pci_probe()
H A Dath9k.h37 extern struct ieee80211_ops ath9k_ops;