Skip to content

Commit

Permalink
qualcommax: use ath11k_patch_mac for MR7350
Browse files Browse the repository at this point in the history
Use ath11k_patch_mac and ath11k_set_macflag functions
instead of fix_wifi_mac script.

Signed-off-by: Chukun Pan <[email protected]>
Link: openwrt/openwrt#17230
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
aiamadeus authored and robimarko committed Dec 11, 2024
1 parent d6be0a2 commit 8108967
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ case "$FIRMWARE" in
cambiumnetworks,xe3-4)
caldata_extract "0:ART" 0x1000 0x10000
;;
linksys,mr7350|\
linksys,mr7350)
caldata_extract "0:art" 0x1000 0x10000
addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
ath11k_patch_mac $(macaddr_add $addr 2) 0
ath11k_patch_mac $(macaddr_add $addr 1) 1
ath11k_set_macflag
;;
netgear,wax214)
caldata_extract "0:art" 0x1000 0x10000
;;
Expand Down

This file was deleted.

0 comments on commit 8108967

Please sign in to comment.