All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ath9k: suggested improvements and bugfixes
@ 2022-03-20 23:30 Wenli Looi
  2022-03-20 23:30 ` [PATCH 1/6] ath9k: make ATH_SREV macros more consistent Wenli Looi
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Wenli Looi @ 2022-03-20 23:30 UTC (permalink / raw)
  To: Toke Høiland-Jørgensen
  Cc: Kalle Valo, linux-wireless, ath9k-devel, Wenli Looi

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-03-25 10:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 23:30 [PATCH 0/6] ath9k: suggested improvements and bugfixes Wenli Looi
2022-03-20 23:30 ` [PATCH 1/6] ath9k: make ATH_SREV macros more consistent Wenli Looi
2022-03-21 16:02   ` Toke Høiland-Jørgensen
2022-03-25 10:34   ` Kalle Valo
2022-03-20 23:30 ` [PATCH 2/6] ath9k: split set11nRateFlags and set11nChainSel Wenli Looi
2022-03-21 16:02   ` Toke Høiland-Jørgensen
2022-03-20 23:30 ` [PATCH 3/6] ath9k: use AR9300_MAX_CHAINS when appropriate Wenli Looi
2022-03-21 16:02   ` Toke Høiland-Jørgensen
2022-03-20 23:30 ` [PATCH 4/6] ath9k: fix ar9003_get_eepmisc Wenli Looi
2022-03-21 15:51   ` Toke Høiland-Jørgensen
2022-03-21 19:57     ` Wenli Looi
2022-03-21 21:07       ` Toke Høiland-Jørgensen
2022-03-21 21:07   ` Toke Høiland-Jørgensen
2022-03-23  9:30   ` Kalle Valo
2022-03-23 11:15     ` Toke Høiland-Jørgensen
2022-03-23 12:16       ` Kalle Valo
2022-03-23 12:34         ` Toke Høiland-Jørgensen
2022-03-24 15:51     ` Wenli Looi
2022-03-20 23:30 ` [PATCH 5/6] ath9k: refactor ar9003_hw_spur_mitigate_ofdm Wenli Looi
2022-03-21 16:03   ` Toke Høiland-Jørgensen
2022-03-20 23:30 ` [PATCH 6/6] ath9k: add functions to get paprd rate mask Wenli Looi
2022-03-21 16:03   ` Toke Høiland-Jørgensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.