]> Git Repo - esp-hosted.git/commit - esp_hosted_ng/host/main.c
esp_hosted_ng/host/main.c: fix build with Linux 5.18
authorGiulio Benetti <[email protected]>
Tue, 22 Nov 2022 16:33:42 +0000 (17:33 +0100)
committerKapil Gupta <[email protected]>
Mon, 17 Apr 2023 07:24:03 +0000 (12:54 +0530)
commit2e1eeb9b29f5d82483e98a5ef08edbe53b0c61fa
tree37130540e44eeb4be86732b223b595de92485940
parent83a93653c05516ef671cbfff7f6ef629b8348b2f
esp_hosted_ng/host/main.c: fix build with Linux 5.18

netif_rx_ni() has been removed with commit [0] but it was only calling
netif_rx(), so let's call directly netif_rx() if Linux >= 5.18.

[0]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2655926aea9beea62c9ba80c032485456fd848f0

Signed-off-by: Giulio Benetti <[email protected]>
esp_hosted_ng/host/main.c
This page took 0.02667 seconds and 4 git commands to generate.