git: fix: wlan: set ifq maxlen before ether_ifattach
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 5 15:58:29 PDT 2026
commit b81a04f9ee320bc62b93e8750c4aa66432e01c6e
Author: Abdelkader Boudih <dragonflybsd at seuros.com>
Date: Tue May 5 22:48:02 2026 +0000
fix: wlan: set ifq maxlen before ether_ifattach
Include ifq_var.h and call ifq_set_maxlen() to initialize the send
queue length before attaching. Without this the default queue length
is 0, which can cause packet drops on busy VAPs.
Summary of changes:
sys/netproto/802_11/wlan/ieee80211.c | 2 ++
1 file changed, 2 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b81a04f9ee320bc62b93e8750c4aa66432e01c6e
--
DragonFly BSD source repository
More information about the Commits
mailing list