Lines Matching defs:new
2613 * Clear the WLAN_STA_BLOCK_BA flag so new aggregation
3067 /* new center frequency segment 0 */
3069 /* new center frequency segment 1 */
3095 * Convert 160 MHz channel width to new style as interop
3107 * Convert 80+80 MHz channel width to new style as interop
3176 /* Convert 160 MHz channel width to new style as interop
3243 struct cfg80211_chan_def new = *chandef;
3324 new.width = NL80211_CHAN_WIDTH_80;
3325 new.center_freq1 = cf0;
3332 new.width = NL80211_CHAN_WIDTH_160;
3333 new.center_freq1 = cf1;
3335 new.width = NL80211_CHAN_WIDTH_80P80;
3336 new.center_freq2 = cf1;
3342 new.width = NL80211_CHAN_WIDTH_160;
3343 new.center_freq1 = cf0;
3347 new.width = NL80211_CHAN_WIDTH_80P80;
3348 new.center_freq1 = cf0;
3349 new.center_freq2 = cf1;
3355 if (!cfg80211_chandef_valid(&new))
3358 *chandef = new;