Commit 2c620641 authored by Igor Bezukh's avatar Igor Bezukh Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: removed redundant comments from hostap.h



Removed redundant comments from hostap.h header file.

Signed-off-by: default avatarIgor Bezukh <igbzkh@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1d2a404e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@

#include "device.h"

/*---------------------  Export Definitions -------------------------*/

#define WLAN_RATE_1M    BIT0
#define WLAN_RATE_2M    BIT1
#define WLAN_RATE_5M5   BIT2
@@ -46,12 +44,6 @@
#define WLAN_RATE_48M   BIT10
#define WLAN_RATE_54M   BIT11

/*---------------------  Export Classes  ----------------------------*/

/*---------------------  Export Variables  --------------------------*/

/*---------------------  Export Functions  --------------------------*/

#ifndef ETH_P_PAE
#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
#endif /* ETH_P_PAE */