Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249642
b: refs/heads/master
c: 8343f18
h: refs/heads/master
v: v3
  • Loading branch information
Sukesh Srikakula authored and Greg Kroah-Hartman committed May 17, 2011
1 parent fc28c9e commit 26c54c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e6e8f894aac3ab87aa272ed1479fa1f89c30844d
refs/heads/master: 8343f18056900eb8ca6dea45b70ffa4cce4b65cc
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ uint dhd_roam = 1;
uint dhd_radio_up = 1;

/* Network inteface name */
char iface_name[IFNAMSIZ];
char iface_name[IFNAMSIZ] = "wlan";
module_param_string(iface_name, iface_name, IFNAMSIZ, 0);

/* The following are specific to the SDIO dongle */
Expand Down

0 comments on commit 26c54c5

Please sign in to comment.