You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Greg Kroah-Hartman
parent
8611a29ab9
commit
e7b07d1d89
@@ -43,4 +43,4 @@
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
BOOL AESbGenCCMP(PBYTE pbyRxKey, PBYTE pbyFrame, WORD wFrameSize);
|
||||
|
||||
#endif //__AES_H__
|
||||
#endif /* __AES_CCMP_H__ */
|
||||
|
||||
@@ -143,4 +143,4 @@ void BBvUpdatePreEDThreshold(
|
||||
BOOL bScanning
|
||||
);
|
||||
|
||||
#endif // __BASEBAND_H__
|
||||
#endif /* __BASEBAND_H__ */
|
||||
|
||||
@@ -356,4 +356,4 @@ BSSvClearAnyBSSJoinRecord(
|
||||
HANDLE hDeviceContext
|
||||
);
|
||||
|
||||
#endif //__BSSDB_H__
|
||||
#endif /* __BSSDB_H__ */
|
||||
|
||||
@@ -91,7 +91,4 @@ CARDbChannelSwitch (
|
||||
BYTE byCount
|
||||
);
|
||||
|
||||
#endif // __CARD_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __CARD_H__ */
|
||||
|
||||
@@ -77,7 +77,4 @@ void ControlvMaskByte(
|
||||
BYTE byData
|
||||
);
|
||||
|
||||
#endif // __RCV_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __CONTROL_H__ */
|
||||
|
||||
@@ -106,5 +106,4 @@ DATARATEbyGetRateIdx(
|
||||
BYTE byRate
|
||||
);
|
||||
|
||||
|
||||
#endif //__DATARATE_H__
|
||||
#endif /* __DATARATE_H__ */
|
||||
|
||||
@@ -436,8 +436,4 @@ SKeyEntry;
|
||||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // __DESC_H__
|
||||
|
||||
#endif /* __DESC_H__ */
|
||||
|
||||
@@ -58,7 +58,4 @@ RXbBulkInProcessData(
|
||||
ULONG BytesToIndicate
|
||||
);
|
||||
|
||||
#endif // __RXTX_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __RXTX_H__ */
|
||||
|
||||
@@ -56,5 +56,4 @@ FIRMWAREbCheckVersion(
|
||||
PSDevice pDevice
|
||||
);
|
||||
|
||||
|
||||
#endif // __FIRMWARE_H__
|
||||
#endif /* __FIRMWARE_H__ */
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
@@ -74,7 +74,4 @@ INTnsProcessData(
|
||||
PSDevice pDevice
|
||||
);
|
||||
|
||||
#endif // __INT_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __INT_H__ */
|
||||
|
||||
@@ -470,6 +470,4 @@ struct viawget_hostapd_param {
|
||||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
|
||||
|
||||
#endif //__IOCMD_H__
|
||||
#endif /* __IOCMD_H__ */
|
||||
|
||||
@@ -51,7 +51,4 @@ void vConfigWEPKey (
|
||||
);
|
||||
*/
|
||||
|
||||
#endif // __IOCTL_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __IOCTL_H__ */
|
||||
|
||||
@@ -153,6 +153,4 @@ struct viawget_scan_result {
|
||||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
|
||||
|
||||
#endif //__IOWPA_H__
|
||||
#endif /* __IOWPA_H__ */
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
@@ -173,5 +173,4 @@ BOOL KeybSetAllGroupKey(
|
||||
BYTE byKeyDecMode
|
||||
);
|
||||
|
||||
#endif // __KEY_H__
|
||||
|
||||
#endif /* __KEY_H__ */
|
||||
|
||||
@@ -439,4 +439,4 @@ void MACvEnableBarkerPreambleMd(PSDevice pDevice);
|
||||
void MACvDisableBarkerPreambleMd(PSDevice pDevice);
|
||||
void MACvWriteBeaconInterval(PSDevice pDevice, WORD wInterval);
|
||||
|
||||
#endif // __MAC_H__
|
||||
#endif /* __MAC_H__ */
|
||||
|
||||
@@ -417,7 +417,4 @@ STAvUpdateUSBCounter(
|
||||
NTSTATUS ntStatus
|
||||
);
|
||||
|
||||
#endif // __MIB_H__
|
||||
|
||||
|
||||
|
||||
#endif /* __MIB_H__ */
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user