Searched refs:sec_wiphy (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dvirtual.c67 if (sc->sec_wiphy[i] == NULL)
70 sc->sec_wiphy[i]->hw, ath9k_vif_iter, &iter_data);
116 if (sc->sec_wiphy[i] == NULL)
123 n = krealloc(sc->sec_wiphy,
133 sc->sec_wiphy = n;
142 sc->sec_wiphy[i] = aphy;
176 if (aphy == sc->sec_wiphy[i]) {
177 sc->sec_wiphy[i] = NULL;
240 if (sc->sec_wiphy[i] &&
241 sc->sec_wiphy[
[all...]
H A Dinit.c804 struct ath_wiphy *aphy = sc->sec_wiphy[i];
807 sc->sec_wiphy[i] = NULL;
816 kfree(sc->sec_wiphy);
H A Drecv.c36 struct ath_wiphy *aphy = sc->sec_wiphy[i];
454 if (sc->sec_wiphy || (sc->rx.rxfilter & FIF_OTHER_BSS)) {
666 struct ath_wiphy *aphy = sc->sec_wiphy[i];
H A Dath9k.h541 struct ath_wiphy **sec_wiphy; /* secondary wiphys (virtual radios); may member in struct:ath_softc
543 int num_sec_wiphy; /* number of sec_wiphy pointers in the array */
H A Ddebug.c502 struct ath_wiphy *aphy = sc->sec_wiphy[i];
533 struct ath_wiphy *aphy = sc->sec_wiphy[i];
H A Dmain.c1313 if (sc->sec_wiphy[i])

Completed in 112 milliseconds