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

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c172 iwm_ack_rates(struct iwm_softc *sc, int is2ghz, argument
182 if (is2ghz) {
265 int is2ghz; local
324 is2ghz = !! IEEE80211_IS_CHAN_2GHZ(in->in_ni.ni_chan);
326 is2ghz = 1;
328 iwm_ack_rates(sc, is2ghz, &cck_ack_rates, &ofdm_ack_rates, in);

Completed in 157 milliseconds