linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: rtl8192e: Remove unsupported modes a and 5G
@ 2023-06-17 13:56 Philipp Hortmann
  2023-06-17 13:56 ` [PATCH 1/9] staging: rtl8192e: Remove variable stats->freq as it is constant Philipp Hortmann
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Philipp Hortmann @ 2023-06-17 13:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unsupported modes a and 5G to shorten code. Change variable names
to align with rtlwifi driver as requested in TODO.

Tested with rtl8192e (WLL6130-D99) in Modes b, g, n (12.5 MB/s)
Transferred this patch over wlan connection of rtl8192e.

Philipp Hortmann (9):
  staging: rtl8192e: Remove variable stats->freq as it is constant
  staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_A
  staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_x
  staging: rtl8192e: Remove unused enum led_ctl_mode
  staging: rtl8192e: Rename rtllib_state to rtl_link_state
  staging: rtl8192e: Rename state to link_state
  staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINK
  staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKED
  staging: rtl8192e: Rename RTLLIB_LINKED_SCANNING

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  24 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  41 +++---
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c    |  18 +--
 .../staging/rtl8192e/rtl8192e/rtl_ethtool.c   |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |   4 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    |  12 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c     |   8 +-
 drivers/staging/rtl8192e/rtllib.h             |  37 +-----
 drivers/staging/rtl8192e/rtllib_rx.c          |  43 +++---
 drivers/staging/rtl8192e/rtllib_softmac.c     | 122 +++++++++---------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  18 +--
 drivers/staging/rtl8192e/rtllib_tx.c          |   2 +-
 drivers/staging/rtl8192e/rtllib_wx.c          |   4 +-
 13 files changed, 146 insertions(+), 191 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-17 13:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17 13:56 [PATCH 0/9] staging: rtl8192e: Remove unsupported modes a and 5G Philipp Hortmann
2023-06-17 13:56 ` [PATCH 1/9] staging: rtl8192e: Remove variable stats->freq as it is constant Philipp Hortmann
2023-06-17 13:56 ` [PATCH 2/9] staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_A Philipp Hortmann
2023-06-17 13:56 ` [PATCH 3/9] staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_x Philipp Hortmann
2023-06-17 13:57 ` [PATCH 4/9] staging: rtl8192e: Remove unused enum led_ctl_mode Philipp Hortmann
2023-06-17 13:57 ` [PATCH 5/9] staging: rtl8192e: Rename rtllib_state to rtl_link_state Philipp Hortmann
2023-06-17 13:57 ` [PATCH 6/9] staging: rtl8192e: Rename state to link_state Philipp Hortmann
2023-06-17 13:57 ` [PATCH 7/9] staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINK Philipp Hortmann
2023-06-17 13:57 ` [PATCH 8/9] staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKED Philipp Hortmann
2023-06-17 13:57 ` [PATCH 9/9] staging: rtl8192e: Rename RTLLIB_LINKED_SCANNING Philipp Hortmann

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