diff options
author | Mark Einon <mark.einon@gmail.com> | 2013-08-20 22:42:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-21 10:02:28 -0700 |
commit | 23ebe1e0c6a750a0a68c7322a4d4403a9b61d617 (patch) | |
tree | 3652383852fb9f74713a1287c001e40c5394b6bd /drivers/staging/et131x | |
parent | 1a04eac93d4df94500d77b672a75a8c12ccae1c7 (diff) |
staging: et131x: Remove frame error TODO item
After prolonged testing for a few days of normal use with new et131x
hardware, I've concluded that this was a hardware issue with the older
hardware I had. Removing this item from the TODO.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/et131x')
-rw-r--r-- | drivers/staging/et131x/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README index 05ad0850166..9272a24ae61 100644 --- a/drivers/staging/et131x/README +++ b/drivers/staging/et131x/README @@ -8,7 +8,6 @@ Note, the powermanagement options were removed from the vendor provided driver as they did not build properly at the time. TODO: - - some rx packets have CRC/code/frame errors - Look at reducing the number of spinlocks - Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd - Implement NAPI support |