Skip to content

Instantly share code, notes, and snippets.

@PolynomialDivision
Created April 9, 2022 11:49
Show Gist options
  • Save PolynomialDivision/5d759bc31e512f37645c60e29ca7d288 to your computer and use it in GitHub Desktop.
Save PolynomialDivision/5d759bc31e512f37645c60e29ca7d288 to your computer and use it in GitHub Desktop.
. /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