wifi: mac80211_hwsim: Use wider regulatory for custom for 6GHz tests
If a custom regulatory is being used, use the 6GHz regulatory for testing 6GHz channels. Signed-off-by: Chaitanya Tata <Chaitanya.Tk17@gmail.com> Link: https://msgid.link/20240417074022.423432-1-Chaitanya.Tk17@gmail.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
30ce039094
commit
c854ced8a9
1 changed files with 2 additions and 2 deletions
|
@ -6761,11 +6761,11 @@ static int __init init_mac80211_hwsim(void)
|
|||
param.regd = &hwsim_world_regdom_custom_01;
|
||||
break;
|
||||
case HWSIM_REGTEST_CUSTOM_WORLD:
|
||||
param.regd = &hwsim_world_regdom_custom_01;
|
||||
param.regd = &hwsim_world_regdom_custom_03;
|
||||
break;
|
||||
case HWSIM_REGTEST_CUSTOM_WORLD_2:
|
||||
if (i == 0)
|
||||
param.regd = &hwsim_world_regdom_custom_01;
|
||||
param.regd = &hwsim_world_regdom_custom_03;
|
||||
else if (i == 1)
|
||||
param.regd = &hwsim_world_regdom_custom_02;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue