Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142367004
D44328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
914 B
Referenced Files
None
Subscribers
None
D44328.diff
View Options
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c
@@ -225,7 +225,7 @@
HAL_BOOL
ar9300_eeprom_read_word(struct ath_hal *ah, u_int off, u_int16_t *data)
{
- if (AR_SREV_OSPREY(ah) || AR_SREV_POSEIDON(ah))
+ if (AR_SREV_OSPREY(ah) || AR_SREV_POSEIDON(ah) || AR_SREV_JUPITER(ah))
{
(void) OS_REG_READ(ah, AR9300_EEPROM_OFFSET + (off << AR9300_EEPROM_S));
if (!ath_hal_wait(ah,
@@ -4319,7 +4319,7 @@
}
#endif
if (nptr < 0) {
- ath_hal_printf(ah, "%s[%d] No vaid CAL, calling default template\n",
+ ath_hal_printf(ah, "%s[%d] No valid CAL, calling default template\n",
__func__, __LINE__);
nptr = ar9300_eeprom_restore_something(ah, mptr, mdata_size);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 4:04 AM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27758781
Default Alt Text
D44328.diff (914 B)
Attached To
Mode
D44328: ath_hal/ar9300: allow JUPITER cards to read eeprom
Attached
Detach File
Event Timeline
Log In to Comment