mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 19:55:49 +00:00
Now instead of such path: net_if_send_data -> L2's send -> net_if tx_queue -> net_if_tx -> driver net_if's send It will be: net_if_send_data -> net_if tx_queue -> net_if_tx -> L2's send -> driver net_if's send Only Ethernet is adapted, but 15.4 and bt will follow up. All Ethernet drivers are made compatible with that new scheme also. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
app_memory | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
usb | ||
CMakeLists.txt | ||
Kconfig |