P2P: Fix a typo in a comment about removing 6 GHz channels
This was supposed to be talking about excluding 6 GHz channels, not 5 GHz. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
e9627f8c32
commit
723eb4f389
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ scan:
|
|||
is_6ghz_supported(wpa_s)) {
|
||||
int i;
|
||||
|
||||
/* Exclude 5 GHz channels from the full scan for P2P connection
|
||||
/* Exclude 6 GHz channels from the full scan for P2P connection
|
||||
* since the 6 GHz band is disabled for P2P uses. */
|
||||
wpa_printf(MSG_DEBUG,
|
||||
"P2P: 6 GHz disabled - update the scan frequency list");
|
||||
|
|
Loading…
Add table
Reference in a new issue