Skip to content

Commit

Permalink
broadcom doesnt like custom bssids
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.dd-wrt.com/DD-WRT@40987 52c4871e-980c-0410-b1e0-e73912ce01f8
  • Loading branch information
BrainSlayer committed Sep 9, 2019
1 parent 20c58de commit 9efb7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/services/networking/mac80211.c
Expand Up @@ -1169,7 +1169,7 @@ void setupHostAP_ath9k(char *maininterface, int isfirst, int vapid, int aoss)
}
sprintf(macaddr, "%02X:%02X:%02X:%02X:%02X:%02X", hwbuff[0], hwbuff[1], hwbuff[2], hwbuff[3], hwbuff[4], hwbuff[5]);
// MAC_ADD(macaddr);
if (!has_ad(maininterface)) {
if (!has_ad(maininterface) && !is_brcmfmac(maininterface)) {
fprintf(fp, "bssid=%s\n", macaddr);
}
char vathmac[16];
Expand Down

0 comments on commit 9efb7de

Please sign in to comment.