linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] staging: rtl8192e: Remove functions rawtx and promisc
@ 2023-10-03 19:32 Philipp Hortmann
  2023-10-03 19:33 ` [PATCH 01/11] staging: rtl8192e: Remove function _rtl92e_wx_set_rawtx() Philipp Hortmann
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Philipp Hortmann @ 2023-10-03 19:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

The Linux kernel authors consider "wireless tools" package deprecated. The
"wireless extension" is also deprecated. Start to remove private functions
of "wireless extensions" that can only be accessed by "wireless tools"
from driver.

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

Philipp Hortmann (11):
  staging: rtl8192e: Remove function _rtl92e_wx_set_rawtx()
  staging: rtl8192e: Remove equation in function rtllib_xmit_inter()
  staging: rtl8192e: Remove function rtllib_start_monitor_mode()
  staging: rtl8192e: Remove unused variable raw_tx
  staging: rtl8192e: Remove unused parameter mesh_flag
  staging: rtl8192e: Remove function _rtl92e_wx_set_promisc_mode()
  staging: rtl8192e: Remove function _rtl92e_wx_get_promisc_mode()
  staging: rtl8192e: Remove constant variable fltr_src_sta_frame
  staging: rtl8192e: Remove constant variable promiscuous_on
  staging: rtl8192e: Remove constant variable net_promiscuous_md
  staging: rtl8192e: Remove constant variable bToOtherSTA

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |   5 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  13 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    | 107 +---
 drivers/staging/rtl8192e/rtllib.h             |  18 +-
 drivers/staging/rtl8192e/rtllib_module.c      |   1 -
 drivers/staging/rtl8192e/rtllib_rx.c          |  72 +--
 drivers/staging/rtl8192e/rtllib_softmac.c     |  55 +-
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  32 --
 drivers/staging/rtl8192e/rtllib_tx.c          | 476 +++++++++---------
 9 files changed, 262 insertions(+), 517 deletions(-)

-- 
2.42.0


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 19:32 [PATCH 00/11] staging: rtl8192e: Remove functions rawtx and promisc Philipp Hortmann
2023-10-03 19:33 ` [PATCH 01/11] staging: rtl8192e: Remove function _rtl92e_wx_set_rawtx() Philipp Hortmann
2023-10-03 19:33 ` [PATCH 02/11] staging: rtl8192e: Remove equation in function rtllib_xmit_inter() Philipp Hortmann
2023-10-03 19:33 ` [PATCH 03/11] staging: rtl8192e: Remove function rtllib_start_monitor_mode() Philipp Hortmann
2023-10-03 19:33 ` [PATCH 04/11] staging: rtl8192e: Remove unused variable raw_tx Philipp Hortmann
2023-10-03 19:33 ` [PATCH 05/11] staging: rtl8192e: Remove unused parameter mesh_flag Philipp Hortmann
2023-10-03 19:33 ` [PATCH 06/11] staging: rtl8192e: Remove function _rtl92e_wx_set_promisc_mode() Philipp Hortmann
2023-10-03 19:33 ` [PATCH 07/11] staging: rtl8192e: Remove function _rtl92e_wx_get_promisc_mode() Philipp Hortmann
2023-10-03 19:33 ` [PATCH 08/11] staging: rtl8192e: Remove constant variable fltr_src_sta_frame Philipp Hortmann
2023-10-03 19:34 ` [PATCH 09/11] staging: rtl8192e: Remove constant variable promiscuous_on Philipp Hortmann
2023-10-03 19:34 ` [PATCH 10/11] staging: rtl8192e: Remove constant variable net_promiscuous_md Philipp Hortmann
2023-10-03 19:34 ` [PATCH 11/11] staging: rtl8192e: Remove constant variable bToOtherSTA 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).