Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233853
b: refs/heads/master
c: 63453c0
h: refs/heads/master
i:
  233851: 4172562
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Feb 25, 2011
1 parent 22e5df6 commit fd9f223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c86664e5a285af1afa06416e450e7c4af04daa7c
refs/heads/master: 63453c05da685323d45b7063cc27cf5e44b4134c
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,9 @@ static int rndis_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev,
__le32 mode;
int ret;

if (priv->device_type != RNDIS_BCM4320B)
return -ENOTSUPP;

netdev_dbg(usbdev->net, "%s(): %s, %d\n", __func__,
enabled ? "enabled" : "disabled",
timeout);
Expand Down

0 comments on commit fd9f223

Please sign in to comment.