Re: svn commit: r343342 - head/sys/net80211

2019-01-23 Thread Andriy Voskoboinyk
Wed, 23 Jan 2019 15:17:03 +0200 було написано Andriy Voskoboinyk : Author: avos Date: Wed Jan 23 13:17:03 2019 New Revision: 343342 URL: https://svnweb.freebsd.org/changeset/base/343342 Log: net80211: turn channel mode check into assertion. There is may be only 11b channel (since

svn commit: r343342 - head/sys/net80211

2019-01-23 Thread Andriy Voskoboinyk
Author: avos Date: Wed Jan 23 13:17:03 2019 New Revision: 343342 URL: https://svnweb.freebsd.org/changeset/base/343342 Log: net80211: turn channel mode check into assertion. There is may be only 11b channel (since chanflags[] table maps MODE_AUTO to the corresponding 11b channel flags).