All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/5] staging: vt6655: Delete unused enum CARD_PKT_TYPE
@ 2018-03-24 11:59 Nishka Dasgupta
  2018-03-24 11:59 ` [PATCH v3 2/5] staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPE Nishka Dasgupta
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Nishka Dasgupta @ 2018-03-24 11:59 UTC (permalink / raw)
  To: gregkh, forest, outreachy-kernel; +Cc: Nishka Dasgupta

Delete unused enum CARD_PKT_TYPE.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
---
Changes in v3:
 - Deleted the enum.

 drivers/staging/vt6655/card.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
index be5254a..07d9fa0 100644
--- a/drivers/staging/vt6655/card.h
+++ b/drivers/staging/vt6655/card.h
@@ -39,13 +39,6 @@
 #define CB_MAX_CHANNEL_5G       42
 #define CB_MAX_CHANNEL          (CB_MAX_CHANNEL_24G + CB_MAX_CHANNEL_5G)
 
-enum CARD_PKT_TYPE {
-	PKT_TYPE_802_11_BCN,
-	PKT_TYPE_802_11_MNG,
-	PKT_TYPE_802_11_DATA,
-	PKT_TYPE_802_11_ALL
-};
-
 typedef enum _CARD_STATUS_TYPE {
 	CARD_STATUS_MEDIA_CONNECT,
 	CARD_STATUS_MEDIA_DISCONNECT,
-- 
2.7.4



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

end of thread, other threads:[~2018-03-28 18:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-24 11:59 [PATCH v3 1/5] staging: vt6655: Delete unused enum CARD_PKT_TYPE Nishka Dasgupta
2018-03-24 11:59 ` [PATCH v3 2/5] staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPE Nishka Dasgupta
2018-03-24 14:52   ` [Outreachy kernel] " Julia Lawall
2018-03-24 11:59 ` [PATCH v3 3/5] staging: vt6655: Delete unused typedef struct _version Nishka Dasgupta
2018-03-24 14:51   ` [Outreachy kernel] " Julia Lawall
2018-03-24 11:59 ` [PATCH v3 4/5] staging: vt6655: Delete unused typedef enum _chip_type Nishka Dasgupta
2018-03-24 14:49   ` [Outreachy kernel] " Julia Lawall
2018-03-24 11:59 ` [PATCH v3 5/5] staging: vt6655: Remove else after return statement Nishka Dasgupta
2018-03-28 11:57   ` Greg KH
2018-03-28 12:53     ` Nishka Dasgupta
2018-03-28 13:01       ` [Outreachy kernel] " Julia Lawall
2018-03-28 16:08       ` Greg KH
2018-03-28 17:30         ` Nishka Dasgupta
2018-03-28 18:04           ` Greg KH
2018-03-28 18:31             ` Nishka Dasgupta
2018-03-24 14:56 ` [Outreachy kernel] [PATCH v3 1/5] staging: vt6655: Delete unused enum CARD_PKT_TYPE Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.