mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-15 17:12:10 -05:00
The firmware hotplug script tries to read the mac address from a
partition with the name "uboot-env" which does not exist (instead it's
name is uboot_env). This broke calculation of the new checksum (after
patching the mac address) which resulted in ath9k refusing to use the
EEPROM data.
The original error reported by ath9k was:
PCI: Enabling device 0000:00:0e.0 (0000 -> 0002)
ath: phy0: Bad EEPROM checksum 0x2523
ath: phy0: Unable to initialize hardware; initialization status: -22
ath9k 0000:00:0e.0: Failed to initialize device
Fixes:
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| falcon | ||
| files/firmware/lantiq | ||
| image | ||
| patches-4.4 | ||
| patches-4.9 | ||
| xrx200 | ||
| xway | ||
| xway_legacy | ||
| config-4.4 | ||
| config-4.9 | ||
| Makefile | ||
| modules.mk | ||