From: Alan Ott Date: Wed, 3 Apr 2013 04:00:56 +0000 (+0000) Subject: mac802154: Use netif flow control X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5992fe962b0c91880229ec31166517e4db2977b;p=pandora-kernel.git mac802154: Use netif flow control Use netif_stop_queue() and netif_wake_queue() to control the flow of packets to mac802154 devices. Since many IEEE 802.15.4 devices have no output buffer, and since the mac802154 xmit() function is designed to block, netif_stop_queue() is called after each packet. Signed-off-by: Alan Ott Signed-off-by: David S. Miller --- Reading git-diff-tree failed