|
@@ -561,7 +561,7 @@ void lim_update_ch_width_for_p2p_client(struct mac_context *mac,
|
|
{
|
|
{
|
|
struct ch_params ch_params = {0};
|
|
struct ch_params ch_params = {0};
|
|
|
|
|
|
- if (session->dot11mode > MLME_DOT11_MODE_11AC_ONLY)
|
|
|
|
|
|
+ if (session->dot11mode < MLME_DOT11_MODE_11AC)
|
|
return;
|
|
return;
|
|
/*
|
|
/*
|
|
* Some IOT AP's/P2P-GO's (e.g. make: Wireless-AC 9560160MHz as P2P GO),
|
|
* Some IOT AP's/P2P-GO's (e.g. make: Wireless-AC 9560160MHz as P2P GO),
|