Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337752
b: refs/heads/master
c: d4457a8
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 4c69019 commit d16fa21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddedb78aac0fe3fd59263a50c213ca07a4d16dec
refs/heads/master: d4457a8e42a3cd71c06032e5ab05175f31d589ec
5 changes: 1 addition & 4 deletions trunk/drivers/staging/rtl8187se/r8185b_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,7 @@ static void MacConfig_85BASIC(struct net_device *dev)

u8 GetSupportedWirelessMode8185(struct net_device *dev)
{
u8 btSupportedWirelessMode = 0;

btSupportedWirelessMode = (WIRELESS_MODE_B | WIRELESS_MODE_G);
return btSupportedWirelessMode;
return WIRELESS_MODE_B | WIRELESS_MODE_G;
}

void ActUpdateChannelAccessSetting(struct net_device *dev,
Expand Down

0 comments on commit d16fa21

Please sign in to comment.