-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the actual release, the ifdef around "unsigned int softmac[6]" was commented out, which caused an unused variable warning. It wasn't merged as a result, though the debug messages they added (in code they didn't seem to be using) were. Clearly, this code is meant to be used as softmac sets incorrect addresses based on the contents of the softmac file without it, though ath6kl_fetch_mac_file should be used instead. This should be as Huawei intended and how it works in stock firmware.
- Loading branch information
Daz Jones
committed
Oct 14, 2013
1 parent
f680b51
commit 22deb80
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
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
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