mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: vt6655: don't update bUpdateBBVGA when off channel
Check flag conf IEEE80211_CONF_OFFCHANNEL so that RSSI doesn't swing wildly on scanning. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f218f40d48
commit
d855802b8d
@ -2040,6 +2040,7 @@ static irqreturn_t device_intr(int irq, void *dev_instance)
|
||||
if (pDevice->vif &&
|
||||
pDevice->op_mode != NL80211_IFTYPE_ADHOC) {
|
||||
if (pDevice->bUpdateBBVGA &&
|
||||
!(pDevice->hw->conf.flags & IEEE80211_CONF_OFFCHANNEL) &&
|
||||
pDevice->vif->bss_conf.assoc &&
|
||||
pDevice->uCurrRSSI) {
|
||||
long ldBm;
|
||||
|
Loading…
Reference in New Issue
Block a user