Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314798
b: refs/heads/master
c: f761b69
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jun 20, 2012
1 parent 473d248 commit e529f1b
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: 5039f38e16695a0a5c72b08c6a6cc66844a657b1
refs/heads/master: f761b6947dde42890beea59b020e1be87491809e
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/rtlwifi/rtl8192se/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,9 @@ static void _rtl92s_phy_get_txpower_index(struct ieee80211_hw *hw, u8 channel,
/* Read HT 40 OFDM TX power */
ofdmpowerLevel[0] = rtlefuse->txpwrlevel_ht40_2s[0][index];
ofdmpowerLevel[1] = rtlefuse->txpwrlevel_ht40_2s[1][index];
} else {
ofdmpowerLevel[0] = 0;
ofdmpowerLevel[1] = 0;
}
}

Expand Down

0 comments on commit e529f1b

Please sign in to comment.