Commit 6fcb56ce authored by Ilan Peer's avatar Ilan Peer Committed by Johannes Berg
Browse files

mac80211: Consider 6 GHz band when handling power constraint

parent 93382a0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1533,6 +1533,7 @@ ieee80211_find_80211h_pwr_constr(struct ieee80211_sub_if_data *sdata,
		chan_increment = 1;
		break;
	case NL80211_BAND_5GHZ:
	case NL80211_BAND_6GHZ:
		chan_increment = 4;
		break;
	}