All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH wireless-next 0/3] wifi: remove copies of the NAPI_POLL_WEIGHT define
@ 2022-04-29 17:46 Jakub Kicinski
  2022-04-29 17:46 ` [PATCH wireless-next 1/3] wifi: rtw88: remove a copy " Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Jakub Kicinski @ 2022-04-29 17:46 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Jakub Kicinski

This is prep for a small refactoring of the netif_napi_add() API.

Jakub Kicinski (3):
  wifi: rtw88: remove a copy of the NAPI_POLL_WEIGHT define
  wifi: ath10k: remove a copy of the NAPI_POLL_WEIGHT define
  wifi: wil6210: use NAPI_POLL_WEIGHT for napi budget

 drivers/net/wireless/ath/ath10k/core.h     | 3 ---
 drivers/net/wireless/ath/ath10k/pci.c      | 2 +-
 drivers/net/wireless/ath/ath10k/sdio.c     | 2 +-
 drivers/net/wireless/ath/ath10k/snoc.c     | 2 +-
 drivers/net/wireless/ath/wil6210/netdev.c  | 8 ++++----
 drivers/net/wireless/ath/wil6210/wil6210.h | 1 -
 drivers/net/wireless/realtek/rtw88/main.h  | 1 -
 drivers/net/wireless/realtek/rtw88/pci.c   | 2 +-
 8 files changed, 8 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-05-02 14:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-29 17:46 [PATCH wireless-next 0/3] wifi: remove copies of the NAPI_POLL_WEIGHT define Jakub Kicinski
2022-04-29 17:46 ` [PATCH wireless-next 1/3] wifi: rtw88: remove a copy " Jakub Kicinski
2022-05-02 14:38   ` [wireless-next,1/3] " Kalle Valo
2022-04-29 17:46 ` [PATCH wireless-next 2/3] wifi: ath10k: " Jakub Kicinski
2022-04-29 17:46   ` Jakub Kicinski
2022-04-29 19:06   ` Kalle Valo
2022-04-29 19:06     ` Kalle Valo
2022-04-29 19:16     ` Jakub Kicinski
2022-04-29 19:16       ` Jakub Kicinski
2022-05-02 14:00   ` Kalle Valo
2022-05-02 14:00     ` Kalle Valo
2022-04-29 17:46 ` [PATCH wireless-next 3/3] wifi: wil6210: use NAPI_POLL_WEIGHT for napi budget Jakub Kicinski

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.