mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-30 19:06:01 +00:00
rtl8188eu: Remove RTK_DMP_PLATFORM
This is not selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cfd60faf5e
commit
10a995af18
7 changed files with 2 additions and 134 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue