Skip to content

Commit

Permalink
caldata
Browse files Browse the repository at this point in the history
  • Loading branch information
testuser7 committed Mar 1, 2024
1 parent 9797c14 commit 0181293
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ case "$FIRMWARE" in
edgecore,eap102|\
edimax,cax1800|\
linksys,mx5300|\
netgear,rax120v2|\
netgear,wax218|\
netgear,wax620|\
netgear,wax630|\
Expand All @@ -43,6 +42,13 @@ case "$FIRMWARE" in
ath11k_remove_regdomain
ath11k_fix_caldata
;;
netgear,rax120v2)
caldata_extract "0:art" 0x1000 0x20000
ath11k_patch_mac $(mtd_get_mac_binary boarddata1 0x6) 1
ath11k_patch_mac $(mtd_get_mac_binary boarddata1 0x0) 2
ath11k_patch_mac $(mtd_get_mac_binary boarddata1 0xc) 3
ath11k_fix_caldata
;;
prpl,haze)
caldata_extract_mmc "0:ART" 0x1000 0x20000
;;
Expand Down

0 comments on commit 0181293

Please sign in to comment.