aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_regdomain.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: update for (more) VHT160 supportBjoern A. Zeeb2020-10-181-4/+3
* net80211: whitespaceBjoern A. Zeeb2020-10-071-4/+4
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-4/+4
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-6/+28
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ifconfig: set by default FCC regulatory domain for wireless interfaces.Andriy Voskoboinyk2016-05-261-3/+0
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211: provide a set of ieee80211_add_channel*() functionsAndriy Voskoboinyk2016-04-291-84/+28
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-2/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-1/+2
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-2/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-4/+4
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-5/+5
* 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