Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314099
b: refs/heads/master
c: 776f030
h: refs/heads/master
i:
  314097: 65e1460
  314095: 3748213
v: v3
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent 55ae681 commit 35897b1
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: df472894ab21814edf54a3cd81c8ae7066365e0e
refs/heads/master: 776f030aa0ed65fbc266219fb858bbfc909d97d2
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wl18xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,8 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
memcpy(&wl->ht_cap, &wl18xx_mimo_ht_cap,
sizeof(wl18xx_mimo_ht_cap));

wl18xx_conf_init(wl);

if (!board_type_param) {
board_type_param = kstrdup("dvp", GFP_KERNEL);
priv->board_type = BOARD_TYPE_DVP_18XX;
Expand Down Expand Up @@ -1100,8 +1102,6 @@ int __devinit wl18xx_probe(struct platform_device *pdev)

wl->enable_11a = enable_11a_param;

wl18xx_conf_init(wl);

return wlcore_probe(wl, pdev);
}

Expand Down

0 comments on commit 35897b1

Please sign in to comment.