zephyr/drivers
Vijay Kumar B a69cb036c4 ethernet: eth_stellaris: data_len should not include header size
As part of the ll_reserve refactoring effort, the packet length now
includes header size as well. Before the refactor, when the packet
length was written to the device, it did not include the header size,
which is the required value as per the LM3S6965 datasheet. After the
refactor the packet length includes the header size as well. The
header size has to subtracted from the packet length before writing to
the device. Fixes #13943.

Signed-off-by: Vijay Kumar B <vijaykumar@zilogic.com>
2019-04-11 18:04:05 -04:00
..
adc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
aio license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
audio license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
bluetooth license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
can license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
clock_control license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
console license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
counter license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
crypto license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
display license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dma license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
entropy license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ethernet ethernet: eth_stellaris: data_len should not include header size 2019-04-11 18:04:05 -04:00
flash drivers: flash: spi_nor.c: fix typo 2019-04-11 10:02:44 +02:00
gpio license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
hwinfo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2c license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2s license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ieee802154 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
interrupt_controller license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ipm license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_strip license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
modem license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
neural_net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pci license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
pinmux drivers: gpio: fix wrong rename of literal 2019-04-07 08:50:43 -04:00
ptp_clock
pwm license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
rtc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sensor license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
serial drivers: nrf: Fix UARTE interrupt driven operation. 2019-04-10 13:53:40 -04:00
spi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
timer drivers: timer: systick: clear pending events when resetting timeout 2019-04-11 13:50:41 -04:00
usb drivers: usb: check maximum packet size 2019-04-11 13:35:24 -04:00
watchdog license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
wifi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig