mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
staging: rtl8187se: Fix trailing whitespace in r8180_hw.h and r8180_wx.c
This patch fixed "ERROR: trailing whitespace found by checkpatch.pl in r8180_hw.h and r8180_wx.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
007dd23731
commit
63363a80cb
@ -555,14 +555,14 @@
|
||||
/* by amy for antenna */
|
||||
#define EEPROM_SW_REVD_OFFSET 0x3f
|
||||
|
||||
/* BIT[8-9] is for SW Antenna Diversity.
|
||||
/* BIT[8-9] is for SW Antenna Diversity.
|
||||
* Only the value EEPROM_SW_AD_ENABLE means enable, other values are disable.
|
||||
*/
|
||||
#define EEPROM_SW_AD_MASK 0x0300
|
||||
#define EEPROM_SW_AD_ENABLE 0x0100
|
||||
|
||||
/* BIT[10-11] determine if Antenna 1 is the Default Antenna.
|
||||
* Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE.
|
||||
* Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE.
|
||||
*/
|
||||
#define EEPROM_DEF_ANT_MASK 0x0C00
|
||||
#define EEPROM_DEF_ANT_1 0x0400
|
||||
|
@ -1038,7 +1038,7 @@ static int r8180_wx_set_channelplan(struct net_device *dev,
|
||||
/* Set new channel map */
|
||||
for (i = 1; i <= DefaultChannelPlan[*val].Len; i++)
|
||||
GET_DOT11D_INFO(priv->ieee80211)->channel_map[DefaultChannelPlan[*val].Channel[i-1]] = 1;
|
||||
|
||||
|
||||
}
|
||||
up(&priv->wx_sem);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user