Lines Matching defs:new
2894 * Clear the WLAN_STA_BLOCK_BA flag so new aggregation
3405 /* new center frequency segment 0 */
3407 /* new center frequency segment 1 */
3433 * Convert 160 MHz channel width to new style as interop
3445 * Convert 80+80 MHz channel width to new style as interop
3525 /* Convert 160 MHz channel width to new style as interop
3662 struct cfg80211_chan_def new = *chandef;
3743 new.width = NL80211_CHAN_WIDTH_80;
3744 new.center_freq1 = cf0;
3751 new.width = NL80211_CHAN_WIDTH_160;
3752 new.center_freq1 = cf1;
3754 new.width = NL80211_CHAN_WIDTH_80P80;
3755 new.center_freq2 = cf1;
3761 new.width = NL80211_CHAN_WIDTH_160;
3762 new.center_freq1 = cf0;
3766 new.width = NL80211_CHAN_WIDTH_80P80;
3767 new.center_freq1 = cf0;
3768 new.center_freq2 = cf1;
3774 if (!cfg80211_chandef_valid(&new))
3777 *chandef = new;