linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: mac80211: workaround the two remaining htmldocs warnings
@ 2023-10-12 11:42 Kalle Valo
  2023-10-12 11:42 ` [PATCH 1/2] wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() Kalle Valo
  2023-10-12 11:42 ` [PATCH 2/2] wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Kalle Valo @ 2023-10-12 11:42 UTC (permalink / raw)
  To: linux-wireless

We have two annoying htmldocs warnings left in wireless subsystem so add
workarounds for them.

v2:

o patch 2: rename the struct instead

o drop RFC label

v1: https://patchwork.kernel.org/project/linux-wireless/list/?series=791407&state=*&order=date

Kalle Valo (2):
  wifi: mac80211: rename ieee80211_tx_status() to
    ieee80211_tx_status_skb()
  wifi: mac80211: rename struct cfg80211_rx_assoc_resp to
    cfg80211_rx_assoc_resp_data

 Documentation/driver-api/80211/mac80211.rst   |  2 +-
 drivers/net/wireless/ath/ath12k/dp_tx.c       |  4 +--
 drivers/net/wireless/ath/ath5k/base.c         |  2 +-
 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c |  2 +-
 drivers/net/wireless/ath/ath9k/xmit.c         |  2 +-
 drivers/net/wireless/broadcom/b43/dma.c       |  4 +--
 drivers/net/wireless/broadcom/b43/pio.c       |  2 +-
 drivers/net/wireless/intel/iwlwifi/dvm/tx.c   |  4 +--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  4 +--
 drivers/net/wireless/mediatek/mt7601u/tx.c    |  2 +-
 .../net/wireless/ralink/rt2x00/rt2x00dev.c    |  2 +-
 drivers/net/wireless/st/cw1200/txrx.c         |  2 +-
 drivers/net/wireless/ti/wl1251/tx.c           |  6 ++--
 include/net/cfg80211.h                        |  8 ++---
 include/net/mac80211.h                        | 30 +++++++++----------
 net/mac80211/main.c                           |  2 +-
 net/mac80211/mlme.c                           |  2 +-
 net/mac80211/status.c                         |  4 +--
 net/wireless/mlme.c                           |  2 +-
 net/wireless/nl80211.c                        |  2 +-
 net/wireless/nl80211.h                        |  2 +-
 net/wireless/trace.h                          |  2 +-
 22 files changed, 46 insertions(+), 46 deletions(-)


base-commit: 62d19b35808816dc2bdf5031e5401230f6a915ba
-- 
2.39.2


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

end of thread, other threads:[~2023-10-12 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12 11:42 [PATCH 0/2] wifi: mac80211: workaround the two remaining htmldocs warnings Kalle Valo
2023-10-12 11:42 ` [PATCH 1/2] wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() Kalle Valo
2023-10-12 11:42 ` [PATCH 2/2] wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).