Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59
authordamien <damien@openbsd.org>
Wed, 23 Jul 2008 15:55:46 +0000 (15:55 +0000)
committerdamien <damien@openbsd.org>
Wed, 23 Jul 2008 15:55:46 +0000 (15:55 +0000)
commitf76734bca762e1dbc7827f743e607a77eb9a9c98
treec240f74c836a30509dab77d8771ea22c3513d4d4
parent45d8d13f1bee4f3835c3c2520bf848c02fb1ef7d
Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59
The bug was added on 04/16 but it started to show up only after 06/12 when
the value of MINCLSIZE was changed to something different from MHLEN + 1.

Thanks to dlg@ and giovanni (qgiovanni at gmail dot com) for putting me
on the right track.

Tested by giovanni.
Should fix system/5881 too.
sys/net80211/ieee80211_output.c
sys/net80211/ieee80211_pae_output.c