mbox series

[v3,0/2] wcn36xx: populate band before determining rate on RX

Message ID 20211104010548.1107405-1-benl@squareup.com (mailing list archive)
Headers show
Series wcn36xx: populate band before determining rate on RX | expand

Message

Benjamin Li Nov. 4, 2021, 1:05 a.m. UTC
v3:
Tweak commit message of patch 1 (probe response -> beacon/probe response).

Check for rate_idx >= 4 in patch 2, per Bryan's observation and Loic's
confirmation that FW sometimes sends rate_idx = 0 for 5GHz legacy rate
frames.

No warn per feedback from Kalle, since this a confirmed FW bug & logging
could be spammy.

v2:
Fix unused variable warning.

Benjamin Li (2):
  wcn36xx: populate band before determining rate on RX
  wcn36xx: fix RX BD rate mapping for 5GHz legacy rates

 drivers/net/wireless/ath/wcn36xx/txrx.c | 41 ++++++++++++-------------
 1 file changed, 20 insertions(+), 21 deletions(-)