linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove unsupported mode IW_MODE_MASTER
@ 2023-08-13  6:36 Philipp Hortmann
  2023-08-13  6:36 ` [PATCH 1/4] staging: rtl8192e: " Philipp Hortmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philipp Hortmann @ 2023-08-13  6:36 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unsupported modes IW_MODE_MASTER, IW_MODE_REPEAT, IW_MODE_MESH.

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

Philipp Hortmann (4):
  staging: rtl8192e: Remove unsupported mode IW_MODE_MASTER
  staging: rtl8192e: Remove unused function rtllib_start_master_bss()
  staging: rtl8192e: Remove unsupported mode IW_MODE_REPEAT
  staging: rtl8192e: Remove unsupported mode IW_MODE_MESH

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |   4 -
 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c    |   6 +-
 drivers/staging/rtl8192e/rtl819x_HTProc.c     |   3 +-
 drivers/staging/rtl8192e/rtl819x_TSProc.c     |  14 +-
 drivers/staging/rtl8192e/rtllib.h             |   4 -
 drivers/staging/rtl8192e/rtllib_rx.c          |  26 +--
 drivers/staging/rtl8192e/rtllib_softmac.c     | 189 ------------------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |   9 +-
 drivers/staging/rtl8192e/rtllib_tx.c          |   2 -
 9 files changed, 16 insertions(+), 241 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-13  6:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-13  6:36 [PATCH 0/4] Remove unsupported mode IW_MODE_MASTER Philipp Hortmann
2023-08-13  6:36 ` [PATCH 1/4] staging: rtl8192e: " Philipp Hortmann
2023-08-13  6:36 ` [PATCH 2/4] staging: rtl8192e: Remove unused function rtllib_start_master_bss() Philipp Hortmann
2023-08-13  6:36 ` [PATCH 3/4] staging: rtl8192e: Remove unsupported mode IW_MODE_REPEAT Philipp Hortmann
2023-08-13  6:36 ` [PATCH 4/4] staging: rtl8192e: Remove unsupported mode IW_MODE_MESH 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).