diff options
Diffstat (limited to 'sys/dev/usb/wlan/if_uath.c')
| -rw-r--r-- | sys/dev/usb/wlan/if_uath.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index 7838d5ad3533..40b7c83da10b 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -438,8 +438,8 @@ uath_attach(device_t dev)  	ifp->if_ioctl = uath_ioctl;  	ifp->if_start = uath_start;  	/* XXX UATH_TX_DATA_LIST_COUNT */ -	IFQ_SET_MAXLEN(&ifp->if_snd, IFQ_MAXLEN); -	ifp->if_snd.ifq_drv_maxlen = IFQ_MAXLEN; +	IFQ_SET_MAXLEN(&ifp->if_snd, ifqmaxlen); +	ifp->if_snd.ifq_drv_maxlen = ifqmaxlen;  	IFQ_SET_READY(&ifp->if_snd);  	ic = ifp->if_l2com;  | 
