mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
the code is dirty, I am trying to do cleanup it. (#153)
* fix the frame size is larger than 1024 bytes * fix unused-variable warnning * fix unused-value warnning * fix unused-label warnning * fix unused-function warnning * fix uninitialized: maybe bug * disable CONFIG_DEBUG
This commit is contained in:
committed by
Harshavardhana
parent
3771dc2fea
commit
070e46b9cb
@@ -115,8 +115,8 @@ u16 rtw_recv_select_queue(struct sk_buff *skb);
|
||||
void rtw_proc_init_one(struct net_device *dev);
|
||||
void rtw_proc_remove_one(struct net_device *dev);
|
||||
#else //!CONFIG_PROC_DEBUG
|
||||
static void rtw_proc_init_one(struct net_device *dev){}
|
||||
static void rtw_proc_remove_one(struct net_device *dev){}
|
||||
static inline void rtw_proc_init_one(struct net_device *dev){}
|
||||
static inline void rtw_proc_remove_one(struct net_device *dev){}
|
||||
#endif //!CONFIG_PROC_DEBUG
|
||||
#endif //PLATFORM_LINUX
|
||||
|
||||
|
Reference in New Issue
Block a user