aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwi
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+6
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* urtw(4), otus(4), iwi(4): allow to set non-default MAC address via ifconfig(8)Andriy Voskoboinyk2019-04-101-2/+5
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-2/+3
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-4/+2
* iwi(4): do not leak node reference when IWI_FLAG_ASSOCIATED flag is set.Andriy Voskoboinyk2018-12-181-2/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+1
* Remove unused variable.Konstantin Belousov2018-03-081-1/+0
* iwi(4): factor out rateset setup into iwi_set_rateset().Andriy Voskoboinyk2018-03-081-30/+32
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-5/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Fix drivers that assume ticks starts at zero. These drivers all have logicIan Lepore2017-07-061-0/+1
* iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk2017-02-171-1/+1
* iwi: add 12-14 2GHz channels into channel list.Andriy Voskoboinyk2017-02-131-7/+52
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-7/+7
* net80211: WME callback cleanup in various driversAndriy Voskoboinyk2015-11-052-16/+6
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-5/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-184/+133
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-133/+184
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-184/+133
* Make the last revision compilable.Gleb Smirnoff2015-06-021-4/+5
* The argument passed to the iwi_update_wme() is softc, not ieee80211com.Gleb Smirnoff2015-06-021-2/+1
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+6
* Fix sizeof modifier for sizeof() in printfEitan Adler2014-03-301-1/+1
* Add support to export the contents of the notification updates from the firmw...Adrian Chadd2014-03-294-2/+138
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* - Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl2013-12-292-22/+12
* The bssid can change from underneath us, so take a reference beforeAdrian Chadd2013-11-261-3/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Use suspend/resume methods provided by net80211. This ensures that theBernhard Schmidt2012-03-231-6/+4
* Fix wrong asresp frame parsing in iwi_checkforqos().Mitsuru IWASAKI2012-03-101-2/+2
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Add module version to iwi/ipw/wpi and iwn.Bernhard Schmidt2011-05-311-0/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-3/+3
* The firmware does pad notifications to an even number of bytes (at leastBernhard Schmidt2010-10-231-2/+2
* The firmware always sets bit 14 and 15, to get the real associd we needBernhard Schmidt2010-10-211-1/+1
* Instead of calling return when reaching the end of the assoc notificationBernhard Schmidt2010-10-211-1/+1
* Fix monitor mode which is implemented by doing a firmware scan. ThisBernhard Schmidt2010-10-122-1/+34
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-101-1/+2
* rssi/nf data are now dbm, tag them accordinglySam Leffler2009-05-211-2/+2
* o remove bpf tap call missed in r192468Sam Leffler2009-05-211-3/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-202-28/+19