Commit 35997ff0 authored by Sebastian Hahn's avatar Sebastian Hahn Committed by Greg Kroah-Hartman

staging/rtl8192u: cleanfile run

Run cleanfile on all files inside drivers/staging/rtl819u
Signed-off-by: default avatarSebastian Hahn <snsehahn@cip.cs.fau.de>
Signed-off-by: default avatarJennifer Naumann <Jennifer.Naumann@informatik.stud.uni-erlangen.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 14de7448
...@@ -2,4 +2,3 @@ v 0.1 ...@@ -2,4 +2,3 @@ v 0.1
First version. First version.
This is based on the rtl8180-sa2400 pre-0.22-CVS code.. This is based on the rtl8180-sa2400 pre-0.22-CVS code..
...@@ -25,4 +25,3 @@ obj-m +=ieee80211_crypt-rsl.o ...@@ -25,4 +25,3 @@ obj-m +=ieee80211_crypt-rsl.o
obj-m +=ieee80211_crypt_wep-rsl.o obj-m +=ieee80211_crypt_wep-rsl.o
obj-m +=ieee80211_crypt_tkip-rsl.o obj-m +=ieee80211_crypt_tkip-rsl.o
obj-m +=ieee80211_crypt_ccmp-rsl.o obj-m +=ieee80211_crypt_ccmp-rsl.o
...@@ -466,4 +466,3 @@ module_exit(aes_fini); ...@@ -466,4 +466,3 @@ module_exit(aes_fini);
MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm"); MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm");
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
...@@ -56,5 +56,3 @@ static inline int crypto_cipher_decrypt(struct crypto_tfm *tfm, ...@@ -56,5 +56,3 @@ static inline int crypto_cipher_decrypt(struct crypto_tfm *tfm,
} }
//EXPORT_SYMBOL_GPL(crypto_alloc_tfm); //EXPORT_SYMBOL_GPL(crypto_alloc_tfm);
//EXPORT_SYMBOL_GPL(crypto_free_tfm); //EXPORT_SYMBOL_GPL(crypto_free_tfm);
...@@ -218,4 +218,3 @@ EXPORT_SYMBOL(DOT11D_GetMaxTxPwrInDbm); ...@@ -218,4 +218,3 @@ EXPORT_SYMBOL(DOT11D_GetMaxTxPwrInDbm);
EXPORT_SYMBOL(DOT11D_ScanComplete); EXPORT_SYMBOL(DOT11D_ScanComplete);
EXPORT_SYMBOL(IsLegalChannel); EXPORT_SYMBOL(IsLegalChannel);
EXPORT_SYMBOL(ToLegalChannel); EXPORT_SYMBOL(ToLegalChannel);
...@@ -79,4 +79,3 @@ void crypto_exit_cipher_ops(struct crypto_tfm *tfm); ...@@ -79,4 +79,3 @@ void crypto_exit_cipher_ops(struct crypto_tfm *tfm);
void crypto_exit_compress_ops(struct crypto_tfm *tfm); void crypto_exit_compress_ops(struct crypto_tfm *tfm);
#endif /* _CRYPTO_INTERNAL_H */ #endif /* _CRYPTO_INTERNAL_H */
...@@ -66,4 +66,3 @@ typedef struct _BA_RECORD { ...@@ -66,4 +66,3 @@ typedef struct _BA_RECORD {
} BA_RECORD, *PBA_RECORD; } BA_RECORD, *PBA_RECORD;
#endif //end _BATYPE_H_ #endif //end _BATYPE_H_
...@@ -734,4 +734,3 @@ void RxBaInactTimeout(unsigned long data) ...@@ -734,4 +734,3 @@ void RxBaInactTimeout(unsigned long data)
DELBA_REASON_TIMEOUT); DELBA_REASON_TIMEOUT);
return ; return ;
} }
...@@ -478,4 +478,3 @@ typedef enum _HT_IOT_ACTION{ ...@@ -478,4 +478,3 @@ typedef enum _HT_IOT_ACTION{
}HT_IOT_ACTION_E, *PHT_IOT_ACTION_E; }HT_IOT_ACTION_E, *PHT_IOT_ACTION_E;
#endif //_RTL819XU_HTTYPE_H_ #endif //_RTL819XU_HTTYPE_H_
...@@ -53,4 +53,3 @@ typedef struct _RX_TS_RECORD { ...@@ -53,4 +53,3 @@ typedef struct _RX_TS_RECORD {
#endif #endif
...@@ -396,4 +396,3 @@ void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen, ...@@ -396,4 +396,3 @@ void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen,
#endif /* CONFIG_CRYPTO_HMAC */ #endif /* CONFIG_CRYPTO_HMAC */
#endif /* _LINUX_CRYPTO_H */ #endif /* _LINUX_CRYPTO_H */
...@@ -309,4 +309,3 @@ void PHY_SetRF8256OFDMTxPower(struct net_device* dev, u8 powerlevel) ...@@ -309,4 +309,3 @@ void PHY_SetRF8256OFDMTxPower(struct net_device* dev, u8 powerlevel)
return; return;
} }
...@@ -3887,4 +3887,3 @@ static void dm_send_rssi_tofw(struct net_device *dev) ...@@ -3887,4 +3887,3 @@ static void dm_send_rssi_tofw(struct net_device *dev)
} }
/*---------------------------Define function prototype------------------------*/ /*---------------------------Define function prototype------------------------*/
...@@ -251,4 +251,3 @@ extern void dm_initialize_txpower_tracking(struct net_device *dev); ...@@ -251,4 +251,3 @@ extern void dm_initialize_txpower_tracking(struct net_device *dev);
/* End of r8192U_dm.h */ /* End of r8192U_dm.h */
...@@ -10,4 +10,3 @@ typedef enum _HT_IOT_ACTION{ ...@@ -10,4 +10,3 @@ typedef enum _HT_IOT_ACTION{
HT_IOT_ACT_CDD_FSYNC = 0x00000020, HT_IOT_ACT_CDD_FSYNC = 0x00000020,
HT_IOT_ACT_PURE_N_MODE = 0x00000040, HT_IOT_ACT_PURE_N_MODE = 0x00000040,
}HT_IOT_ACTION_E, *PHT_IOT_ACTION_E; }HT_IOT_ACTION_E, *PHT_IOT_ACTION_E;
...@@ -388,4 +388,3 @@ typedef struct _FALSE_ALARM_STATISTICS{ ...@@ -388,4 +388,3 @@ typedef struct _FALSE_ALARM_STATISTICS{
#endif //__INC_HTTYPE_H #endif //__INC_HTTYPE_H
...@@ -402,4 +402,3 @@ bool init_firmware(struct net_device *dev) ...@@ -402,4 +402,3 @@ bool init_firmware(struct net_device *dev)
MODULE_FIRMWARE("RTL8192U/boot.img"); MODULE_FIRMWARE("RTL8192U/boot.img");
MODULE_FIRMWARE("RTL8192U/main.img"); MODULE_FIRMWARE("RTL8192U/main.img");
MODULE_FIRMWARE("RTL8192U/data.img"); MODULE_FIRMWARE("RTL8192U/data.img");
...@@ -24,4 +24,3 @@ typedef enum _opt_rst_type{ ...@@ -24,4 +24,3 @@ typedef enum _opt_rst_type{
}opt_rst_type_e; }opt_rst_type_e;
#endif #endif
...@@ -1770,4 +1770,3 @@ extern void InitialGainOperateWorkItemCallBack(struct work_struct *work) ...@@ -1770,4 +1770,3 @@ extern void InitialGainOperateWorkItemCallBack(struct work_struct *work)
break; break;
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment