aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_run.c
Commit message (Expand)AuthorAgeFilesLines
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-1/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* [run] Fix up tx/rx frame size.Adrian Chadd2020-06-031-2/+3
* [run] note that PHY_HT is for mixed mode.Adrian Chadd2020-06-021-1/+1
* [run] Set the number of HT chains.Adrian Chadd2020-06-021-7/+14
* [run] Add 11NA flags for 5G NICs that support HT.Adrian Chadd2020-06-021-0/+2
* [run] Don't add 11ng channels (2GHz) for RF2020Adrian Chadd2020-05-301-2/+2
* [run] Set ampdu rxmax same as linux; RF2020 isn't an 11n NICAdrian Chadd2020-05-301-13/+26
* [run] Add initial 802.11n support.Adrian Chadd2020-05-291-34/+123
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Widen EPOCH(9) usage in USB WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* run(4): properly set F_DATAPAD radiotap flag if frame has padding betweenAndriy Voskoboinyk2019-03-311-4/+11
* run(4): do not clear PROTECTED bit if frame was not decrypted by NIC.Andriy Voskoboinyk2019-03-311-2/+2
* run(4): merge some common TSF-related code into run_disable_tsf()Andriy Voskoboinyk2019-03-251-16/+17
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-4/+0
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-5/+1
* run(4): fix allocated memory type for ieee80211_node(4).Andriy Voskoboinyk2019-02-021-1/+2
* run(4): revert previous commit; there were no compiler warningAndriy Voskoboinyk2019-02-021-8/+1
* run(4): fix allocated memory type and -Wincompatible-pointer-typesAndriy Voskoboinyk2019-02-021-1/+8
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-291-4/+0
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-2/+1
* run(4): add more length checks in Rx path.Andriy Voskoboinyk2019-01-211-29/+53
* run(4): Support the D-Link DWA-125 rev A3Gavin Atkinson2018-07-211-0/+1
* run(4): Add a new USB device ID.Ben Widawsky2018-07-111-0/+1
* usb/wlan/*: properly include "opt_wlan.h" into all driversAndriy Voskoboinyk2018-03-101-0/+2
* run(4): drop few unused variables.Andriy Voskoboinyk2018-03-101-8/+0
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-091-29/+7
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-2/+5
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-5/+1
* Fix bit value for a debug flag definition.Gavin Atkinson2016-12-301-1/+1
* Switch if_run.c to use a bitmap for debug levels rather than arbitraryGavin Atkinson2016-12-071-94/+166
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-10/+17
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-201-1/+0
* [run] fix TSF locking in RX radiotap.Adrian Chadd2016-06-041-0/+2
* run: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-9/+27
* dev/usb: unsigned some loop indexes.Pedro F. Giffuni2016-05-061-4/+4
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-3/+3
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* zyd, run, ural: do not corrupt MAC addressAndriy Voskoboinyk2016-03-031-4/+3
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* net80211: WME callback cleanup in various driversAndriy Voskoboinyk2015-11-051-31/+5
* run(4): convert to ieee80211_tx_complete()Andriy Voskoboinyk2015-10-231-13/+4
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()Andriy Voskoboinyk2015-10-221-7/+7
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+0
* Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).Gavin Atkinson2015-10-081-0/+1
* Fix max TX power settings for RT5390/RT5392.Kevin Lo2015-10-041-2/+2
* Fix run(4) mbuf queue flushing / freeing.Adrian Chadd2015-10-041-1/+20