qcacmn: Fix typo in eht debug print

Fix typo in wmi debug print of peer assoc.

Change-Id: I0b58fbd6a6a153374b3695b82710dfe017678883
CRs-Fixed: 3366004
このコミットが含まれているのは:
Venkateswara Swamy Bandaru
2022-12-21 17:22:07 +05:30
committed by Madan Koyyalamudi
コミット 935663d03b

ファイルの表示

@@ -3499,7 +3499,7 @@ static uint8_t *update_peer_flags_tlv_ehtinfo(
wmi_debug("EHT cap_mac %x %x ehtops %x EHT phy %x %x %x pp %x",
cmd->peer_eht_cap_mac[0],
cmd->peer_eht_cap_mac[1], cmd->peer_eht_ops,
cmd->peer_eht_cap_phy[0], cmd->peer_he_cap_phy[1],
cmd->peer_eht_cap_phy[0], cmd->peer_eht_cap_phy[1],
cmd->peer_eht_cap_phy[2], cmd->puncture_20mhz_bitmap);
return buf_ptr;