linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h
@ 2021-08-29 18:07 Michael Straube
  2021-08-29 18:07 ` [PATCH 2/2] staging: r8188eu: remove commented " Michael Straube
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Straube @ 2021-08-29 18:07 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

The constants WLAN_REASON_PWR_CAPABILITY_NOT_VALID and
WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID defined in wifi.h
are unused, remove them.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
---
 drivers/staging/r8188eu/include/wifi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/r8188eu/include/wifi.h b/drivers/staging/r8188eu/include/wifi.h
index 0b3fd94cea18..eb07ac9b8943 100644
--- a/drivers/staging/r8188eu/include/wifi.h
+++ b/drivers/staging/r8188eu/include/wifi.h
@@ -126,8 +126,6 @@ enum WIFI_REASON_CODE	{
 #define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8
 #define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 */
 /* IEEE 802.11h */
-#define WLAN_REASON_PWR_CAPABILITY_NOT_VALID 10
-#define WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID 11
 
 /* IEEE 802.11i
 #define WLAN_REASON_INVALID_IE 13
-- 
2.33.0


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

end of thread, other threads:[~2021-09-02  9:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29 18:07 [PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h Michael Straube
2021-08-29 18:07 ` [PATCH 2/2] staging: r8188eu: remove commented " Michael Straube
2021-08-30  0:21   ` Phillip Potter
2021-08-30  0:19 ` [PATCH 1/2] staging: r8188eu: remove unused " Phillip Potter
2021-09-02  9:23 ` Greg KH
2021-09-02  9:23   ` Greg KH

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