]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/wlan-ng/p80211netdev.h
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / staging / wlan-ng / p80211netdev.h
index 1ec33740f10fe6fe1451464f0ccd95af3cf479ee..85884176b6613c530f9571697dca408cea79dda6 100644 (file)
@@ -94,11 +94,11 @@ typedef struct net_device netdevice_t;
 #endif
 
 /*--- NSD Capabilities Flags ------------------------------*/
-#define P80211_NSDCAP_HARDWAREWEP           0x01       /* hardware wep engine */
-#define P80211_NSDCAP_SHORT_PREAMBLE        0x10       /* hardware supports */
-#define P80211_NSDCAP_HWFRAGMENT            0x80       /* nsd handles frag/defrag */
-#define P80211_NSDCAP_AUTOJOIN              0x100      /* nsd does autojoin */
-#define P80211_NSDCAP_NOSCAN                0x200      /* nsd can scan */
+#define P80211_NSDCAP_HARDWAREWEP           0x01  /* hardware wep engine */
+#define P80211_NSDCAP_SHORT_PREAMBLE        0x10  /* hardware supports */
+#define P80211_NSDCAP_HWFRAGMENT            0x80  /* nsd handles frag/defrag */
+#define P80211_NSDCAP_AUTOJOIN              0x100 /* nsd does autojoin */
+#define P80211_NSDCAP_NOSCAN                0x200 /* nsd can scan */
 
 /* Received frame statistics */
 typedef struct p80211_frmrx_t {