]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_start() is being used here as a way of kick-starting the new queue
authorAdrian Chadd <adrian@FreeBSD.org>
Sat, 22 Dec 2012 01:17:49 +0000 (01:17 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sat, 22 Dec 2012 01:17:49 +0000 (01:17 +0000)
commita7f31a36366605347128019a9176638b53637f59
treed8b8cc6aefb713798bc259ba7fc58efb47598d12
parent88954eb02e83ec75345b1dab3717e3f4f436f662
if_start() is being used here as a way of kick-starting the new queue
processing.  For if_transmit() style hardware drivers (which none publicly
exist yet, for wireless) they will need to still implement if_start()
but only to re-start the TX queue.
sys/net80211/ieee80211_proto.c