mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-30 19:06:01 +00:00
rtl8199eu: Replace TRUE and FALSE with true and false
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0b5c6eb35b
commit
dd62caa1e1
25 changed files with 243 additions and 243 deletions
|
@ -163,7 +163,7 @@ static void request_wps_pbc_event(struct adapter *padapter)
|
|||
|
||||
p=buff;
|
||||
|
||||
p+=sprintf(p, "WPS_PBC_START.request=TRUE");
|
||||
p+=sprintf(p, "WPS_PBC_START.request=true");
|
||||
|
||||
memset(&wrqu,0,sizeof(wrqu));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue