qcacld-3.0: Update the 11be draft version

Now that all the draft 3.0 version related changes are merged update
the draft version accordingly.

Change-Id: If6a4d1e1cef8923af03d321229bba0443f37103a
CRs-Fixed: 3545914
This commit is contained in:
Arun Kumar Khandavalli
2023-06-30 13:55:58 +05:30
committed by Rahul Choudhary
parent a4494b8fa5
commit ef9686e9e8

View File

@@ -8762,7 +8762,7 @@ void lim_update_session_eht_capable(struct mac_context *mac,
{
session->eht_capable = true;
pe_debug("eht_capable: %d", session->eht_capable);
pe_debug("Draft 2.0 support enabled");
pe_debug("Draft 3.0 support enabled");
}
void lim_add_bss_eht_cfg(struct bss_params *add_bss, struct pe_session *session)