Skip to content

Commit

Permalink
Staging: rtl8187se: r8180.h: fixed alot of checkpatch.pl issues
Browse files Browse the repository at this point in the history
Fixed numerous coding style issues

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Sep 21, 2010
1 parent a1b0925 commit 888b9de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/rtl8187se/r8180_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
#define R8180_DM_H

#include "r8180.h"
//#include "r8180_hw.h"
//#include "r8180_93cx6.h"
/* #include "r8180_hw.h" */
/* #include "r8180_93cx6.h" */
void SwAntennaDiversityRxOk8185(struct net_device *dev, u8 SignalStrength);
bool SetAntenna8185(struct net_device *dev, u8 u1bAntennaIndex);
bool SwitchAntenna( struct net_device *dev);
void SwAntennaDiversity(struct net_device *dev );
bool SwitchAntenna(struct net_device *dev);
void SwAntennaDiversity(struct net_device *dev);
void SwAntennaDiversityTimerCallback(struct net_device *dev);
bool CheckDig(struct net_device *dev);
bool CheckHighPower(struct net_device *dev);
void rtl8180_hw_dig_wq (struct work_struct *work);
void rtl8180_tx_pw_wq (struct work_struct *work);
void rtl8180_hw_dig_wq(struct work_struct *work);
void rtl8180_tx_pw_wq(struct work_struct *work);
void rtl8180_rate_adapter(struct work_struct * work);
void TxPwrTracking87SE(struct net_device *dev);
bool CheckTxPwrTracking(struct net_device *dev);
Expand Down

0 comments on commit 888b9de

Please sign in to comment.