aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_regdomain.c
Commit message (Expand)AuthorAgeFilesLines
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Add basic HT channel setup to ieee80211_init_channels(), this will beBernhard Schmidt2012-04-031-6/+64
* Add modes for 1/2 and 1/4-width channels so we have separate roamingSam Leffler2009-02-191-1/+5
* Change country ie construction to simplify forthcoming changes:Sam Leffler2009-02-191-11/+17
* correctly fixup iv_des_chan after installing a new channel table; if theSam Leffler2009-02-101-1/+2
* change null_getradiocaps to return the actual count of channels insteadSam Leffler2009-01-281-1/+1
* fix commentSam Leffler2009-01-271-1/+1
* change ic_getradiocaps driver callback to include the max # channelsSam Leffler2009-01-271-4/+6
* fix regulatory state check for all vaps' being down; it must be doneSam Leffler2009-01-231-7/+7
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butSam Leffler2008-12-151-1/+1
* add debug msgsSam Leffler2008-10-251-5/+28
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-178/+251
* correct netband skip check in constructing a country ieSam Leffler2007-09-171-1/+1
* Off-by-one bug in country ie construction, which will make HOSTAP send outSepherosa Ziehau2007-08-261-1/+3
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+337