Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203937
b: refs/heads/master
c: 8b28e82
h: refs/heads/master
i:
  203935: 1f05233
v: v3
  • Loading branch information
John W. Linville committed Jul 29, 2010
1 parent 2dc580d commit d007095
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ece550d0e416b4146e1ec3d934f9773dbf8c7242
refs/heads/master: 8b28e82224321d6fdabadd7d6ddc4bd28a3b5490
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ static int wl1251_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
static int wl1251_op_start(struct ieee80211_hw *hw)
{
struct wl1251 *wl = hw->priv;
struct wiphy *wiphy = hw->wiphy;
int ret = 0;

wl1251_debug(DEBUG_MAC80211, "mac80211 start");
Expand Down Expand Up @@ -444,6 +445,10 @@ static int wl1251_op_start(struct ieee80211_hw *hw)

wl1251_info("firmware booted (%s)", wl->fw_ver);

/* update hw/fw version info in wiphy struct */
wiphy->hw_version = wl->chip_id;
strncpy(wiphy->fw_version, wl->fw_ver, sizeof(wiphy->fw_version));

out:
if (ret < 0)
wl1251_power_off(wl);
Expand Down

0 comments on commit d007095

Please sign in to comment.