Skip to content

Commit

Permalink
Staging: rtl8192u: ieee80211: CurrentMPDUDensity assigned to itself i…
Browse files Browse the repository at this point in the history
…n HTUseDefaultSetting()

CurrentMPDUDensity was designed to itself.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 3af8057 commit 0289bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0289bb5

Please sign in to comment.