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

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c170 iwm_ack_rates(struct iwm_softc *sc, int is2ghz, argument
180 if (is2ghz) {
263 int is2ghz; local
322 is2ghz = !! IEEE80211_IS_CHAN_2GHZ(in->in_ni.ni_chan);
324 is2ghz = 1;
326 iwm_ack_rates(sc, is2ghz, &cck_ack_rates, &ofdm_ack_rates, in);

Completed in 55 milliseconds