* [PATCH] rtl8192u/ieee80211: CurrentMPDUDensity assigned to itself in HTUseDefaultSetting()
@ 2010-01-14 20:25 Roel Kluin
0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2010-01-14 20:25 UTC (permalink / raw)
To: Greg Kroah-Hartman, devel, Andrew Morton, LKML, mchehab
CurrentMPDUDensity was designed to itself.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
Not 100% sure but this appears more logical, right?
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
index 2c4eb38..642635f 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
@@ -1342,7 +1342,7 @@ void HTUseDefaultSetting(struct ieee80211_device* ieee)
pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor;
- pHTInfo->CurrentMPDUDensity = pHTInfo->CurrentMPDUDensity;
+ pHTInfo->CurrentMPDUDensity = pHTInfo->MPDU_Density;
// Set BWOpMode register
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-14 20:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 20:25 [PATCH] rtl8192u/ieee80211: CurrentMPDUDensity assigned to itself in HTUseDefaultSetting() Roel Kluin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.