rtl8188eu: CONFIG_GLOBAL_UI_PID is always selected

This configuration variable is removed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-18 10:12:28 -05:00
parent 5ce0198d67
commit 83e1776605
4 changed files with 2 additions and 11 deletions

View file

@ -3485,9 +3485,7 @@ 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_88E("%s set pid[%d]=%d\n", __func__, selector ,padapter->pid[selector]);
}
else