]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
do not strip M_MORE_DATA on packets coming through ieee80211_start;
authorsam <sam@FreeBSD.org>
Mon, 8 Jun 2009 03:18:45 +0000 (03:18 +0000)
committersam <sam@FreeBSD.org>
Mon, 8 Jun 2009 03:18:45 +0000 (03:18 +0000)
commit9e25fe592208ec7b612880d5a7b6e6641a6d5217
treeb36acdb021eab7e76ec2e88282dc45a638f8d56d
parentd928fef9cef4028c64c41381600621e962d11893
do not strip M_MORE_DATA on packets coming through ieee80211_start;
frames coming out of the ps q may have this set and removing it
causes the 802.11 header to not indicate more frames follow which can
result in the sta going to sleep and missing them
sys/net80211/ieee80211_output.c