Searched refs:new_bw (Results 1 – 3 of 3) sorted by relevance
504 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local539 new_bw = ieee80211_sta_cur_vht_bw(sta); in __ieee80211_vht_handle_opmode()540 if (new_bw != sta->sta.bandwidth) { in __ieee80211_vht_handle_opmode()541 sta->sta.bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
3162 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local3177 new_bw = ieee80211_sta_cur_vht_bw(rx->sta); in ieee80211_rx_h_action()3179 if (rx->sta->sta.bandwidth == new_bw) in ieee80211_rx_h_action()3182 rx->sta->sta.bandwidth = new_bw; in ieee80211_rx_h_action()
383 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() argument385 return (dl_b->bw != -1) && (cap_scale(dl_b->bw, cap) < (dl_b->total_bw - old_bw + new_bw)); in __dl_overflow()