summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againstsp2020-06-111-3/+1
* Add missing ieee80211_release_node() calls in cases where hardwarejmatthew2020-06-031-1/+4
* Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp2020-05-231-2/+2
* Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp2020-05-151-40/+6
* Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedstsp2020-05-051-84/+108
* Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).stsp2020-05-011-1/+2
* Fix processing of compressed block ack notifications sent by iwn(4) firmware.stsp2020-04-271-82/+147
* Allow iwn(4) firmware to always traverse the entire multi-rate retry table.stsp2020-04-271-31/+53
* Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware.stsp2020-04-211-3/+5
* Fix TID value set by iwn(4) in the Tx command when sending block ack requests.stsp2020-04-211-2/+11
* Fix a recently introduced iwn(4) problem where the link gets stuck sincestsp2020-04-131-9/+5
* Fix an automatic Tx rate control issue in iwn(4).stsp2020-04-091-69/+166
* Make iwn(4) flush remaining frames on the Tx aggregation queue whenstsp2019-11-061-1/+5
* Raise net80211's "beacon miss" threshold to avoid frequent re-connectsstsp2019-11-061-2/+9
* Restore BSS channel only when BSS was not changed in iee80211_intputm().tobhe2019-10-091-4/+14
* remove the "copy function" argument to bpf_mtap_hdr.dlg2019-09-301-3/+3
* don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.dlg2019-09-181-17/+5
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-6/+8
* Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference.stsp2019-09-111-1/+4
* Reset the current wireless PHY mode to 'auto' when a scan begins if westsp2019-09-021-1/+8
* Keep ieee80211_node structures cached across scans, rather thanstsp2019-08-271-2/+2
* Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.stsp2019-07-291-81/+385
* ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha2019-07-251-6/+6
* Extend channel dwell time during passive scans in iwn(4).stsp2019-04-291-2/+2
* Implement support for dynamic RTS threshold in MiRA.stsp2019-02-271-2/+7
* Fix iwn(4) scan misreporting the channel of wifi networks in some situations.stsp2019-02-271-5/+4
* Re-enable interrupts on resume with RF switch disabledkn2019-02-261-6/+9
* Zap unused disable flag from iwn_stop()kn2019-01-241-11/+11
* Remove redundant RF switch noticekn2019-01-131-5/+2
* Set RUNNING flag when RF switch is enabledkn2019-01-111-3/+5
* Some drivers handle settting a new wifi link state manually, so make surephessler2018-04-281-1/+5
* net80211: stub SIOCS80211SCAN, make ifconfig scan instant.pirofti2018-04-261-6/+1
* My previous commit to iwn(4) broke the scan loop.stsp2018-02-251-8/+17
* Make sure iwn(4) firmware and driver stay in sync when a scan isstsp2018-02-011-6/+20
* Some wifi drivers don't call ieee80211_newstate() during some statestsp2018-01-311-1/+5
* Do not silently truncate the firmware channel number.mpi2018-01-091-2/+2
* Two background scan fixes for iwn(4) (4965 devices only):stsp2017-12-201-6/+19
* Make roaming after a background scan work while tcpbench -u is runningstsp2017-12-141-2/+3
* Add background scanning support to iwn(4), as was done for iwm(4) recently.stsp2017-12-141-19/+103
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-13/+1
* The DELAY() recently added to iwn(4) to make association more reliable couldstsp2017-09-281-5/+8
* Make sure iwn(4) firmware gets to see a beacon before we send an auth request.stsp2017-09-041-1/+9
* When iwn_stop() releases the scan lock wake processes sleeping on it.tb2017-08-131-1/+3
* When iwn(4) firmware reports missed beacons, send a probe request onlystsp2017-06-021-3/+4
* Implement support for missed beacon notifications in iwn(4).stsp2017-05-311-5/+18
* Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.stsp2017-05-301-3/+17
* Use ieee80211_{min,max}_basic_rate() in iwn(4).stsp2017-05-301-8/+5
* Tell MiRA about the actual number of retries instead of pretending thatstsp2017-04-261-2/+2
* Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi2017-03-081-3/+1
* Remove hack to release/re-acquire netlock in _ioctl().krw2017-02-201-8/+2