Skip to content

Commit

Permalink
staging: r8188eu: Adjust RX gain
Browse files Browse the repository at this point in the history
In some circumstances, the performance of this driver is highly degraded,
and ifconfig reports large numbers of dropped packets. By increasing the
maximum RX gain from 0x3e to 0x4e, performance is greatly improved.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Sep 17, 2013
1 parent 8429bf1 commit a224cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8188eu/include/odm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ enum dm_dig_op {
#define DM_false_ALARM_THRESH_LOW 400
#define DM_false_ALARM_THRESH_HIGH 1000

#define DM_DIG_MAX_NIC 0x3e
#define DM_DIG_MAX_NIC 0x4e
#define DM_DIG_MIN_NIC 0x1e /* 0x22/0x1c */

#define DM_DIG_MAX_AP 0x32
Expand Down

0 comments on commit a224cd7

Please sign in to comment.