Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134472
b: refs/heads/master
c: f74df6f
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Feb 13, 2009
1 parent bfa5493 commit affa123
Show file tree
Hide file tree
Showing 7 changed files with 1,996 additions and 2,035 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: e153789dc3846b35494435b4a8ae82a034c99dae
refs/heads/master: f74df6fbe31561091bf42be0ed30232be2b9d3ac
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath9k/calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ static bool getNoiseFloorThresh(struct ath_hw *ah,
{
switch (band) {
case IEEE80211_BAND_5GHZ:
*nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_5);
*nft = (int8_t)ah->eep_ops->get_eeprom(ah, EEP_NFTHRESH_5);
break;
case IEEE80211_BAND_2GHZ:
*nft = (int8_t)ath9k_hw_get_eeprom(ah, EEP_NFTHRESH_2);
*nft = (int8_t)ah->eep_ops->get_eeprom(ah, EEP_NFTHRESH_2);
break;
default:
BUG_ON(1);
Expand Down
Loading

0 comments on commit affa123

Please sign in to comment.