]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/wlan-ng/p80211hdr.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[mv-sheeva.git] / drivers / staging / wlan-ng / p80211hdr.h
index 1703c92394761c09cd1035a18917c59b1459d510..419de4dee560ee884cb72287ebe079997d8be126 100644 (file)
 #ifndef _P80211HDR_H
 #define _P80211HDR_H
 
-/*================================================================*/
-/* System Includes */
-
 #include <linux/if_ether.h>
 
-/*================================================================*/
-/* Project Includes */
-
-/*================================================================*/
-/* Constants */
-
 /*--- Sizes -----------------------------------------------*/
 #define WLAN_CRC_LEN                   4
 #define WLAN_BSSID_LEN                 6
 #define WLAN_FSTYPE_CFPOLL             0x06
 #define WLAN_FSTYPE_CFACK_CFPOLL       0x07
 
-/*================================================================*/
-/* Macros */
-
 /*--- FC Macros ----------------------------------------------*/
 /* Macros to get/set the bitfields of the Frame Control Field */
 /*  GET_FC_??? - takes the host byte-order value of an FC     */
 
 #define DOT11_RATE5_ISBASIC_GET(r)     (((u8)(r)) & BIT(7))
 
-/*================================================================*/
-/* Types */
-
 /* Generic 802.11 Header types */
 
 typedef struct p80211_hdr_a3 {