Skip to content

Commit

Permalink
mt6625l: try to fix r2 internal wifi
Browse files Browse the repository at this point in the history
commit 4d3b2bd breaks internal wifi, fix it like it is
done there for other drivers
  • Loading branch information
frank-w committed Apr 20, 2024
1 parent fae4795 commit 267f634
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3066,7 +3066,7 @@ static INT_32 wlanProbe(PVOID pvData)
struct sockaddr MacAddr;
UINT_32 u4SetInfoLen = 0;

kalMemZero(MacAddr.sa_data, sizeof(MacAddr.sa_data));
kalMemZero(MacAddr.sa_data, sizeof(MacAddr.sa_data_min));
rStatus = kalIoctl(prGlueInfo,
wlanoidQueryCurrentAddr,
&MacAddr.sa_data,
Expand Down

0 comments on commit 267f634

Please sign in to comment.