staging: rtl8192e: Remove unsupported mode IW_MODE_ADHOC
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 27 Aug 2023 13:27:04 +0000 (15:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2023 07:47:29 +0000 (09:47 +0200)
commitb50d2a8c86bd5b2b0d6cd3926114c80862bc4c85
treecba0714a3cdd70dd7b7bc1007cb3741f887104b8
parent4c5ba1d7a93e098aececbf93afbdd7add98ec6f3
staging: rtl8192e: Remove unsupported mode IW_MODE_ADHOC

Remove unsupported mode IW_MODE_ADHOC because this mode is only partially
coded in the driver.

rtllib_rx_mgt() can only handle probe requests in IW_MODE_ADHOC and no
authentication or association frames.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230827132704.GA12506@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac_wx.c