mbox series

[0/6] ath9k: suggested improvements and bugfixes

Message ID 20220320233010.123106-1-wlooi@ucalgary.ca
Headers show
Series ath9k: suggested improvements and bugfixes | expand

Message

Wenli Looi March 20, 2022, 11:30 p.m. UTC
This patchset contains suggested improvements and bugfixes to ath9k that
I came across while attempting to implement QCN550x support. The patches
should be independent.

Wenli Looi (6):
  ath9k: make ATH_SREV macros more consistent
  ath9k: split set11nRateFlags and set11nChainSel
  ath9k: use AR9300_MAX_CHAINS when appropriate
  ath9k: fix ar9003_get_eepmisc
  ath9k: refactor ar9003_hw_spur_mitigate_ofdm
  ath9k: add functions to get paprd rate mask

 drivers/net/wireless/ath/ath9k/ar9002_mac.c   |  9 +++--
 drivers/net/wireless/ath/ath9k/ar9003_calib.c |  2 +-
 .../net/wireless/ath/ath9k/ar9003_eeprom.c    | 39 ++++++++++---------
 .../net/wireless/ath/ath9k/ar9003_eeprom.h    |  2 +
 drivers/net/wireless/ath/ath9k/ar9003_mac.c   |  9 +++--
 drivers/net/wireless/ath/ath9k/ar9003_paprd.c | 10 ++---
 drivers/net/wireless/ath/ath9k/ar9003_phy.c   | 25 ++++--------
 drivers/net/wireless/ath/ath9k/mac.h          |  6 ++-
 drivers/net/wireless/ath/ath9k/reg.h          | 10 ++---
 9 files changed, 56 insertions(+), 56 deletions(-)

Comments

Toke Høiland-Jørgensen March 21, 2022, 9:07 p.m. UTC | #1
Wenli Looi <wlooi@ucalgary.ca> writes:

> The current implementation is reading the wrong eeprom type.
>
> Fixes: d8ec2e ("ath9k: Add an eeprom_ops callback for retrieving the eepmisc value")
> Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>

Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>