Lines Matching defs:band
2547 * MODE_11B. This means phy_mode is not a reliable source for the band
2551 status->band = NL80211_BAND_2GHZ;
2553 status->band = NL80211_BAND_5GHZ;
2563 if (phy_mode == MODE_11B && status->band == NL80211_BAND_5GHZ)
2566 sband = &ar->mac.sbands[status->band];
2568 status->freq = ieee80211_channel_to_frequency(channel, status->band);
2623 "event mgmt rx freq %d band %d snr %d, rate_idx %d\n",
2624 status->freq, status->band, status->signal,
2635 int band, ch, idx = 0;
2637 for (band = NL80211_BAND_2GHZ; band < NUM_NL80211_BANDS; band++) {
2638 sband = ar->hw->wiphy->bands[band];