staging: rtl8187se: Fixed a pointer declaration error in r8180.h
This patch fixes a pointer declaration error found by checkpatch.pl in r8180.h Signed-off-by: Ana Rey <anarey@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cdef21cc0a
commit
359754f4fa
@ -706,7 +706,7 @@ void rtl8185b_irq_enable(struct net_device *dev);
|
||||
void fix_rx_fifo(struct net_device *dev);
|
||||
void fix_tx_fifo(struct net_device *dev);
|
||||
void rtl8225z2_SetTXPowerLevel(struct net_device *dev, short ch);
|
||||
void rtl8180_rate_adapter(struct work_struct * work);
|
||||
void rtl8180_rate_adapter(struct work_struct *work);
|
||||
/* #endif */
|
||||
bool MgntActSet_RF_State(struct net_device *dev, RT_RF_POWER_STATE StateToSet,
|
||||
u32 ChangeSource);
|
||||
|
Loading…
Reference in New Issue
Block a user