Home
last modified time | relevance | path

Searched refs:ath_chanctx_get (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c2581 struct ath_chanctx *ctx = ath_chanctx_get(conf); in ath9k_remove_chanctx()
2602 struct ath_chanctx *ctx = ath_chanctx_get(conf); in ath9k_change_chanctx()
2620 struct ath_chanctx *ctx = ath_chanctx_get(conf); in ath9k_assign_vif_chanctx()
2652 struct ath_chanctx *ctx = ath_chanctx_get(conf); in ath9k_unassign_vif_chanctx()
H A Dath9k.h459 ath_chanctx_get(struct ieee80211_chanctx_conf *ctx) in ath_chanctx_get() function