Signed-off-by: Maxim Mikityanskiy <maxtram95@xxxxxxxxx> --- r8180_core.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/r8180_core.c b/r8180_core.c index ded5cd0..4e872d9 100644 --- a/r8180_core.c +++ b/r8180_core.c @@ -2581,11 +2581,10 @@ short rtl8180_init(struct net_device *dev) priv->CSMethod = (0x01 << 29); - priv->TransmitConfig = TCR_DurProcMode_OFFSET | + priv->TransmitConfig = (1<<TCR_DurProcMode_OFFSET) | (7<<TCR_MXDMA_OFFSET) | (priv->ShortRetryLimit<<TCR_SRL_OFFSET) | - (priv->LongRetryLimit<<TCR_LRL_OFFSET) | - (0 ? TCR_SAT : 0); + (priv->LongRetryLimit<<TCR_LRL_OFFSET); priv->ReceiveConfig = RCR_AMF | RCR_ADF | RCR_ACF | RCR_AB | RCR_AM | RCR_APM | -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html