mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-30 19:06:01 +00:00
rtl8188eu: Remove CONFIG_GLOBAL_UI_PID
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7f426e6764
commit
e5f09bb52b
4 changed files with 2 additions and 15 deletions
|
@ -3456,14 +3456,11 @@ static int rtw_set_pid(struct net_device *dev,
|
|||
selector = *pdata;
|
||||
if(selector < 3 && selector >=0) {
|
||||
padapter->pid[selector] = *(pdata+1);
|
||||
#ifdef CONFIG_GLOBAL_UI_PID
|
||||
ui_pid[selector] = *(pdata+1);
|
||||
#endif
|
||||
DBG_871X("%s set pid[%d]=%d\n", __FUNCTION__, selector ,padapter->pid[selector]);
|
||||
}
|
||||
else
|
||||
} else {
|
||||
DBG_871X("%s selector %d error\n", __FUNCTION__, selector);
|
||||
|
||||
}
|
||||
exit:
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue