Skip to content

Commit

Permalink
mt6625l: fix build-error
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed May 19, 2024
1 parent cc3612a commit 2b2cd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 2b2cd88

Please sign in to comment.