-
-
Save PolynomialDivision/5d759bc31e512f37645c60e29ca7d288 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. /lib/functions/caldata.sh | |
logger -t "ath9k tester" "Start extracting ath9k" | |
export FIRMWARE="ath9k-eeprom-pci-0000:00:12.0.bin" | |
caldata_extract "art" 0x1000 0xeb8 | |
export FIRMWARE="ath9k-eeprom-pci-0000:00:11.0.bin" | |
caldata_extract "art" 0x5000 0xeb8 | |
rmmod ath9k_pci_owl_loader | |
insmod ath9k_pci_owl_loader | |
logger -t "ath9k tester" "finished" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment