Searched refs:chan_ext_below (Results 1 – 2 of 2) sorted by relevance
376 bool chan_ext_below; in __mt7601u_phy_set_channel() local381 chan_ext_below = (chan_type == NL80211_CHAN_HT40MINUS); in __mt7601u_phy_set_channel()395 if (bw != dev->bw || chan_ext_below != dev->chan_ext_below) { in __mt7601u_phy_set_channel()397 bw, chan_ext_below); in __mt7601u_phy_set_channel()401 mt7601u_bbp_set_ctrlch(dev, chan_ext_below); in __mt7601u_phy_set_channel()402 mt7601u_mac_set_ctrlch(dev, chan_ext_below); in __mt7601u_phy_set_channel()403 dev->chan_ext_below = chan_ext_below; in __mt7601u_phy_set_channel()
239 bool chan_ext_below; member