r8169: jumbo fixes.
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 3 May 2011 14:38:29 +0000 (16:38 +0200)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 22 Sep 2011 09:35:26 +0000 (11:35 +0200)
commitd58d46b5d85139d18eb939aa7279c160bab70484
treeff46d953d2434335f807ab1bccf63f259d8a9ff4
parentdeb9d93c89d311714a60809b28160e538e1cbb43
r8169: jumbo fixes.

- fix features : jumbo frames and checksumming can not be used at the
  same time.

- introduce hw_jumbo_{enable / disable} helpers. Their content has been
  creatively extracted from Realtek's own drivers. As an illustration,
  it would be nice to know how/if the MaxTxPacketSize register operates
  when the device can work with a 9k jumbo frame as its documentation
  (8168c) can not be applied beyond ~7k.

- rtl_tx_performance_tweak is moved forward. No change.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/ethernet/realtek/r8169.c
This page took 0.026317 seconds and 5 git commands to generate.