Staging: wlan-ng: Remove dead/unused code from p80211ioctl.h
authorMoritz Muehlenhoff <jmm@debian.org>
Sun, 1 Feb 2009 12:29:06 +0000 (13:29 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:20 +0000 (14:53 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/p80211ioctl.h

index 7b0f3e0..10e1135 100644 (file)
 
 #define P80211_IOCTL_MAGIC     (0x4a2d464dUL)
 
-/*----------------------------------------------------------------*/
-/* Netlink protocol numbers for the indication interface */
-
-#define P80211_NL_SOCK_IND     NETLINK_USERSOCK
-
-/*----------------------------------------------------------------*/
-/* Netlink multicast bits for different types of messages */
-
-#define P80211_NL_MCAST_GRP_MLME       BIT(0)  /* Local station messages */
-#define P80211_NL_MCAST_GRP_SNIFF      BIT(1)  /* Sniffer messages */
-#define P80211_NL_MCAST_GRP_DIST       BIT(2)  /* Distribution system messages */
-
 /*================================================================*/
 /* Types */
 
@@ -107,13 +95,4 @@ typedef struct p80211ioctl_req
        u32     result;
 } __attribute__((packed)) p80211ioctl_req_t;
 
-
-/*================================================================*/
-/* Extern Declarations */
-
-
-/*================================================================*/
-/* Function Declarations */
-
-
 #endif /* _P80211IOCTL_H */