Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194422
b: refs/heads/master
c: 0b8f6f2
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 16, 2010
1 parent 6e7c545 commit 0f30e21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: df23acaa5d3239745805650e2f27a4252182c063
refs/heads/master: 0b8f6f2b1b18c7a3cb70fbb44ab5f4883d59f738
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int ath9k_hw_eeprom_init(struct ath_hw *ah)
int status;

if (AR_SREV_9287(ah)) {
ah->eep_ops = &eep_AR9287_ops;
ah->eep_ops = &eep_ar9287_ops;
} else if (AR_SREV_9285(ah) || AR_SREV_9271(ah)) {
ah->eep_ops = &eep_4k_ops;
} else {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,6 @@ int ath9k_hw_eeprom_init(struct ath_hw *ah);

extern const struct eeprom_ops eep_def_ops;
extern const struct eeprom_ops eep_4k_ops;
extern const struct eeprom_ops eep_AR9287_ops;
extern const struct eeprom_ops eep_ar9287_ops;

#endif /* EEPROM_H */
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/eeprom_9287.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ static u16 ath9k_hw_AR9287_get_spur_channel(struct ath_hw *ah,
#undef EEP_MAP9287_SPURCHAN
}

const struct eeprom_ops eep_AR9287_ops = {
const struct eeprom_ops eep_ar9287_ops = {
.check_eeprom = ath9k_hw_AR9287_check_eeprom,
.get_eeprom = ath9k_hw_AR9287_get_eeprom,
.fill_eeprom = ath9k_hw_AR9287_fill_eeprom,
Expand Down

0 comments on commit 0f30e21

Please sign in to comment.