cfg80211: adapt to new channelization of the 6GHz band
authorArend Van Spriel <arend.vanspriel@broadcom.com>
Fri, 29 May 2020 09:41:43 +0000 (11:41 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Sun, 31 May 2020 09:26:03 +0000 (11:26 +0200)
commitd1a1646c0de7b0083d42a1ada72a3ec243bfcc6d
tree0d71f1151e44f08937ed9dea5ce96cb1dfb95d75
parent5e9cf0f0a3e98992184442de24253fe1b9c40f2e
cfg80211: adapt to new channelization of the 6GHz band

The 6GHz band does not have regulatory approval yet, but things are
moving forward. However, that has led to a change in the channelization
of the 6GHz band which has been accepted in the 11ax specification. It
also fixes a missing MHZ_TO_KHZ() macro for 6GHz channels while at it.

This change is primarily thrown in to discuss how to deal with it.
I noticed ath11k adding 6G support with old channelization and ditto
for iw. It probably involves changes in hostapd as well.

Cc: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Cc: Jouni Malinen <jouni@w1.fi>
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Link: https://lore.kernel.org/r/edf07cdd-ad15-4012-3afd-d8b961a80b69@broadcom.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/util.c