summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
2021-04-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2021-03-22Let iwn(4) simply clear frames before the firmware's BA window, insteadStefan Sperling
2021-03-17Make iwn(4) send block ack request frames with the firmware nodeStefan Sperling
2021-03-12Use RA instead of MiRA in iwn(4).Stefan Sperling
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-11-12Nuke variable 'ba'. Only use was removed in r1.230.Kenneth R Westerback
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-07-27trim trailing whitespace in if_iwn.cStefan Sperling
2020-07-26Reduce IWN_DEBUG message noise related to scanning.Stefan Sperling
2020-07-20KNF for multi-line comment added to iwn5000_set_gains() in previous commit.Stefan Sperling
2020-07-20Fix gain calibration for some iwn(4) devices (5000 and up).Stefan Sperling
2020-07-20Fix a logic bug in iwn(4) which meant that automatic rate control forStefan Sperling
2020-07-20update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ changeStefan Sperling
2020-07-20Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardwareStefan Sperling
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-06-11In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againStefan Sperling
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-05-05Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedStefan Sperling
2020-05-01Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).Stefan Sperling
2020-04-27Fix processing of compressed block ack notifications sent by iwn(4) firmware.Stefan Sperling
2020-04-27Allow iwn(4) firmware to always traverse the entire multi-rate retry table.Stefan Sperling
2020-04-21Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware.Stefan Sperling
2020-04-21Fix TID value set by iwn(4) in the Tx command when sending block ack requests.Stefan Sperling
2020-04-13Fix a recently introduced iwn(4) problem where the link gets stuck sinceStefan Sperling
2020-04-09Fix an automatic Tx rate control issue in iwn(4).Stefan Sperling
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenStefan Sperling
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_intputm().tobhe
2019-09-30remove the "copy function" argument to bpf_mtap_hdr.David Gwynne
2019-09-18don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr.David Gwynne
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-09-11Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference.Stefan Sperling
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if weStefan Sperling
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2019-04-29Extend channel dwell time during passive scans in iwn(4).Stefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-27Fix iwn(4) scan misreporting the channel of wifi networks in some situations.Stefan Sperling
2019-02-26Re-enable interrupts on resume with RF switch disabledkn
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-13Remove redundant RF switch noticekn
2019-01-11Set RUNNING flag when RF switch is enabledkn
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-01Make sure iwn(4) firmware and driver stay in sync when a scan isStefan Sperling
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling