Searched refs:avf (Results 1 – 4 of 4) sorted by relevance
106 avf->opmode = vif->type; in ath5k_add_interface()125 list_del(&avf->bbuf->list); in ath5k_add_interface()127 avf->bslot = 0; in ath5k_add_interface()130 avf->bslot = slot; in ath5k_add_interface()135 ah->bslot[avf->bslot] = vif; in ath5k_add_interface()136 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_add_interface()168 if (avf->bbuf) { in ath5k_remove_interface()169 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_remove_interface()177 avf->bbuf = NULL; in ath5k_remove_interface()179 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_remove_interface()[all …]
498 if (avf->assoc) in ath5k_vif_iter()507 if (avf->opmode == NL80211_IFTYPE_AP) in ath5k_vif_iter()513 iter_data->opmode = avf->opmode; in ath5k_vif_iter()1941 struct ath5k_vif *avf; in ath5k_beacon_update() local1956 avf = (void *)vif->drv_priv; in ath5k_beacon_update()1957 ath5k_txbuf_free_skb(ah, avf->bbuf); in ath5k_beacon_update()1958 avf->bbuf->skb = skb; in ath5k_beacon_update()1959 ret = ath5k_beacon_setup(ah, avf->bbuf); in ath5k_beacon_update()1976 struct ath5k_vif *avf; in ath5k_beacon_send() local2027 avf = (void *)vif->drv_priv; in ath5k_beacon_send()[all …]
805 u8 avf[4]; member
1110 .avf = { 0 },
Completed in 19 milliseconds