Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149995
b: refs/heads/master
c: caa6dfa
h: refs/heads/master
i:
  149993: aaff498
  149991: 544e030
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Apr 22, 2009
1 parent f4298e2 commit e697c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 29b4a4f7c7b588b5568edd0da42f38623b81fc66
refs/heads/master: caa6dfadebee2098e9c5ece1d5efae96a6926d0f
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,12 @@ static int rndis_change_virtual_intf(struct wiphy *wiphy, int ifindex,
static int rndis_scan(struct wiphy *wiphy, struct net_device *dev,
struct cfg80211_scan_request *request);

struct cfg80211_ops rndis_config_ops = {
static struct cfg80211_ops rndis_config_ops = {
.change_virtual_intf = rndis_change_virtual_intf,
.scan = rndis_scan,
};

void *rndis_wiphy_privid = &rndis_wiphy_privid;
static void *rndis_wiphy_privid = &rndis_wiphy_privid;

static const int bcm4320_power_output[4] = { 25, 50, 75, 100 };

Expand Down

0 comments on commit e697c88

Please sign in to comment.