zephyr/subsys/net/lib/app
Michael Scott 6338ec0546 Revert "net: net_app: set packet data_len on incoming packets"
This reverts commit 3599d793c2.

Setting a packet's data_len here doesn't fix the fact that we shouldn't
be using it at all on RX packets.  Fix belongs in net_pkt_append().

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-01-10 21:48:20 -05:00
..
bt_settings.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
bt_settings.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
client.c net: app: Do not allow local unspecified address in client 2017-11-18 08:52:40 -05:00
CMakeLists.txt subsys/net/lib: Clear up CMakeLists.txt 2017-12-11 09:34:16 -05:00
ieee802154_settings.c net/ieee802154: Split the net mgmt part from the L2 specific header 2017-12-12 09:29:48 -05:00
ieee802154_settings.h net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c various: Update/fix some textual material and code comments. 2017-12-29 09:45:39 -05:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
net_app_private.h net: app: Fix compilation error if debugging is enabled 2017-10-24 11:40:55 -07:00
net_app.c Revert "net: net_app: set packet data_len on incoming packets" 2018-01-10 21:48:20 -05:00
server.c net: app: Close TLS connection properly 2017-10-19 22:21:25 -04:00