Staging: vt6656: code cleanup, fixed comments style at the end of headers

Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Andres More
2010-05-01 19:12:26 -03:00
committed by Greg Kroah-Hartman
parent 8611a29ab9
commit e7b07d1d89
38 changed files with 38 additions and 106 deletions
+1 -1
View File
@@ -43,4 +43,4 @@
/*--------------------- Export Functions --------------------------*/
BOOL AESbGenCCMP(PBYTE pbyRxKey, PBYTE pbyFrame, WORD wFrameSize);
#endif //__AES_H__
#endif /* __AES_CCMP_H__ */
+1 -1
View File
@@ -143,4 +143,4 @@ void BBvUpdatePreEDThreshold(
BOOL bScanning
);
#endif // __BASEBAND_H__
#endif /* __BASEBAND_H__ */
+1 -1
View File
@@ -356,4 +356,4 @@ BSSvClearAnyBSSJoinRecord(
HANDLE hDeviceContext
);
#endif //__BSSDB_H__
#endif /* __BSSDB_H__ */
+1 -4
View File
@@ -91,7 +91,4 @@ CARDbChannelSwitch (
BYTE byCount
);
#endif // __CARD_H__
#endif /* __CARD_H__ */
+1 -4
View File
@@ -77,7 +77,4 @@ void ControlvMaskByte(
BYTE byData
);
#endif // __RCV_H__
#endif /* __CONTROL_H__ */
+1 -2
View File
@@ -106,5 +106,4 @@ DATARATEbyGetRateIdx(
BYTE byRate
);
#endif //__DATARATE_H__
#endif /* __DATARATE_H__ */
+1 -5
View File
@@ -436,8 +436,4 @@ SKeyEntry;
/*--------------------- Export Functions --------------------------*/
#endif // __DESC_H__
#endif /* __DESC_H__ */
+1 -4
View File
@@ -58,7 +58,4 @@ RXbBulkInProcessData(
ULONG BytesToIndicate
);
#endif // __RXTX_H__
#endif /* __RXTX_H__ */
+1 -2
View File
@@ -56,5 +56,4 @@ FIRMWAREbCheckVersion(
PSDevice pDevice
);
#endif // __FIRMWARE_H__
#endif /* __FIRMWARE_H__ */
+1 -4
View File
@@ -64,7 +64,4 @@
int vt6656_hostap_set_hostapd(PSDevice pDevice, int val, int rtnl_locked);
int vt6656_hostap_ioctl(PSDevice pDevice, struct iw_point *p);
#endif // __HOSTAP_H__
#endif /* __HOSTAP_H__ */
+1 -4
View File
@@ -74,7 +74,4 @@ INTnsProcessData(
PSDevice pDevice
);
#endif // __INT_H__
#endif /* __INT_H__ */
+1 -3
View File
@@ -470,6 +470,4 @@ struct viawget_hostapd_param {
/*--------------------- Export Functions --------------------------*/
#endif //__IOCMD_H__
#endif /* __IOCMD_H__ */
+1 -4
View File
@@ -51,7 +51,4 @@ void vConfigWEPKey (
);
*/
#endif // __IOCTL_H__
#endif /* __IOCTL_H__ */
+1 -3
View File
@@ -153,6 +153,4 @@ struct viawget_scan_result {
/*--------------------- Export Functions --------------------------*/
#endif //__IOWPA_H__
#endif /* __IOWPA_H__ */
+1 -4
View File
@@ -223,7 +223,4 @@ int iwctl_siwmlme(struct net_device *dev,
extern const struct iw_handler_def iwctl_handler_def;
extern const struct iw_priv_args iwctl_private_args;
#endif // __IWCTL_H__
#endif /* __IWCTL_H__ */
+1 -2
View File
@@ -173,5 +173,4 @@ BOOL KeybSetAllGroupKey(
BYTE byKeyDecMode
);
#endif // __KEY_H__
#endif /* __KEY_H__ */
+1 -1
View File
@@ -439,4 +439,4 @@ void MACvEnableBarkerPreambleMd(PSDevice pDevice);
void MACvDisableBarkerPreambleMd(PSDevice pDevice);
void MACvWriteBeaconInterval(PSDevice pDevice, WORD wInterval);
#endif // __MAC_H__
#endif /* __MAC_H__ */
+1 -4
View File
@@ -417,7 +417,4 @@ STAvUpdateUSBCounter(
NTSTATUS ntStatus
);
#endif // __MIB_H__
#endif /* __MIB_H__ */
+1 -3
View File
@@ -53,6 +53,4 @@ void MIC_vGetMIC(PDWORD pdwL, PDWORD pdwR);
( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) )
#define ROR32( A, n ) ROL32( (A), 32-(n) )
#endif //__MICHAEL_H__
#endif /* __MICHAEL_H__ */
+1 -1
View File
@@ -81,4 +81,4 @@ PSbIsNextTBTTWakeUp(
HANDLE hDeviceContext
);
#endif //__POWER_H__
#endif /* __POWER_H__ */

Some files were not shown because too many files have changed in this diff Show More