Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmain.c2578 ath9k_ops.hw_scan = ath9k_hw_scan; in ath9k_fill_chanctx_ops()
2579 ath9k_ops.cancel_hw_scan = ath9k_cancel_hw_scan; in ath9k_fill_chanctx_ops()
2580 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
2581 ath9k_ops.cancel_remain_on_channel = ath9k_cancel_remain_on_channel; in ath9k_fill_chanctx_ops()
2582 ath9k_ops.add_chanctx = ath9k_add_chanctx; in ath9k_fill_chanctx_ops()
2583 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
2584 ath9k_ops.change_chanctx = ath9k_change_chanctx; in ath9k_fill_chanctx_ops()
2585 ath9k_ops.assign_vif_chanctx = ath9k_assign_vif_chanctx; in ath9k_fill_chanctx_ops()
2586 ath9k_ops.unassign_vif_chanctx = ath9k_unassign_vif_chanctx; in ath9k_fill_chanctx_ops()
2587 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
[all …]
Dahb.c121 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_ahb_probe()
Dpci.c950 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_pci_probe()
Dath9k.h35 extern struct ieee80211_ops ath9k_ops;