zephyr/samples/net
Piotr Mienkowski afdb0e0a70 drivers: eth_sam_gmac: Fix initialization order
Atmel SAM family GMAC Ethernet driver is implementing zero-copy
networking. As a result it has to reserve a defined amount of RX
data net buffers before bringing up the interface. Since net buffer
pool is initialized by the network stack and this driver was bringing
the interface up in its initialization function the driver initialization
was performed, as a workaround, after network stack initialization. It
is not a clean solution. This patch fixes this by bringing the
interface up in interface initialization function. The driver itself
can now be initialized before the network stack is.

Tested on Atmel SMART SAM E70 Xplained board

Change-Id: I65886fd6db6f27a10628e393cfabd8e5f78c08ff
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-04-07 12:35:51 +03:00
..
coaps_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
coaps_server doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
common net/samples: Add 802.15.4 link-layer security settings for the samples 2017-03-31 11:24:27 +02:00
dhcpv4_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
dns_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
dns_resolve
echo_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
echo_server drivers: eth_sam_gmac: Fix initialization order 2017-04-07 12:35:51 +03:00
http_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
http_server doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
ieee802154 net/samples/ieee802154: Making hw sample simpler 2017-03-31 11:24:28 +02:00
irc_bot
leds_demo samples/net: Uses CONFIG_NET_APP_IEEE802154_* options relevantly 2017-03-31 11:24:27 +02:00
mbedtls_dtlsclient doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
mbedtls_dtlsserver doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
mbedtls_sslclient
mqtt_publisher doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
nats samples: net/nats: Fix parsing of MSG messages 2017-04-05 18:24:45 +00:00
telnet doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
wpan_serial samples/net: Remove the need for IEEE 802.15.4 stack in wpan serial 2017-03-31 11:24:27 +02:00
wpanusb
zoap_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
zoap_server doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
zperf doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
net.rst doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00