]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: vt6655: removed redundant comments from iocmd.h
authorIgor Bezukh <igbzkh@gmail.com>
Fri, 25 Jul 2014 16:29:28 +0000 (19:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jul 2014 18:34:38 +0000 (11:34 -0700)
Removed redundant comments from iocmd.h header file.

Signed-off-by: Igor Bezukh <igbzkh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/iocmd.h

index e499f1b6f5317c054ff564c4e3c0ca966773d8e9..ae037ec5b36656820588e114a1c2d927f2e9343f 100644 (file)
 
 #include "ttype.h"
 
-/*---------------------  Export Definitions -------------------------*/
-
-//typedef uint32_t u32;
-//typedef uint16_t u16;
-//typedef uint8_t u8;
-
 // ioctl Command code
 #define MAGIC_CODE                      0x3142
 #define IOCTL_CMD_TEST             (SIOCDEVPRIVATE + 0)
@@ -167,10 +161,6 @@ typedef struct tagSBSSIDItem {
        u32         uChannel;
        u8      abyBSSID[BSSID_LEN];
        u8      abySSID[SSID_MAXLEN + 1];
-       //2006-1116-01,<Modify> by NomadZhao
-       //u16       wBeaconInterval;
-       //u16       wCapInfo;
-       //u8      byNetType;
        u8      byNetType;
        u16         wBeaconInterval;
        u16         wCapInfo;        // for address of byNetType at align 4
@@ -228,9 +218,8 @@ typedef struct tagSStatMIBCount {
        u32   dwIsrUnrecoverableError;
        u32   dwIsrSoftInterrupt;
        u32   dwIsrRxNoBuf;
-       /////////////////////////////////////
 
-       u32   dwIsrUnknown;               // unknown interrupt count
+       u32   dwIsrUnknown;
 
        // RSR status count
        //
@@ -349,7 +338,6 @@ typedef struct tagSCmdValue {
 // hostapd & viawget ioctl related
 //
 
-// VIAGWET_IOCTL_HOSTAPD ioctl() cmd:
 enum {
        VIAWGET_HOSTAPD_FLUSH = 1,
        VIAWGET_HOSTAPD_ADD_STA = 2,
@@ -415,15 +403,6 @@ struct viawget_hostapd_param {
        } u;
 };
 
-//2006-1116-01,<Add> by NomadZhao
 #pragma pack()
 
-/*---------------------  Export Classes  ----------------------------*/
-
-/*---------------------  Export Variables  --------------------------*/
-
-/*---------------------  Export Types  ------------------------------*/
-
-/*---------------------  Export Functions  --------------------------*/
-
 #endif //__IOCMD_H__