Searched refs:main_vif (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon.h53 struct ieee80211_vif *main_vif; member in struct:ath_beacon_config
H A Dbeacon.c625 void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *main_vif, argument
643 if (WARN_ON(!main_vif))
646 avp = (void *)main_vif->drv_priv;
653 ath9k_cache_beacon_config(sc, ctx, main_vif);
661 ath9k_cache_beacon_config(sc, ctx, main_vif);
674 !enabled && beacons && !main_vif->cfg.ibss_creator) {
H A Dath9k.h719 void ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *main_vif,
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmain.c601 struct ieee80211_vif *main_vif, *old_main = NULL; local
632 main_vif = carl9170_get_main_vif(ar);
634 if (main_vif) {
635 switch (main_vif->type) {
692 main_vif = carl9170_get_main_vif(ar);
694 if (main_vif == vif) {
753 struct ieee80211_vif *main_vif; local
765 main_vif = carl9170_get_main_vif(ar);
775 if (vif == main_vif) {
1041 struct ieee80211_vif *main_vif; local
[all...]

Completed in 159 milliseconds