rtl8188eu: Remove RTK_DMP_PLATFORM

This is not selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-07 13:07:38 -06:00
parent cfd60faf5e
commit 10a995af18
7 changed files with 2 additions and 134 deletions

View file

@ -9744,14 +9744,8 @@ static struct iw_statistics *rtw_get_wireless_stats(struct net_device *dev)
}
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14))
piwstats->qual.updated = IW_QUAL_ALL_UPDATED ;/* IW_QUAL_DBM; */
#else
#ifdef RTK_DMP_PLATFORM
/* IW_QUAL_DBM= 0x8, if driver use this flag, wireless extension will show value of dbm. */
/* remove this flag for show percentage 0~100 */
piwstats->qual.updated = 0x07;
#else
piwstats->qual.updated = 0x0f;
#endif
#endif
return &padapter->iwstats;