Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-02-16 | Fix wrong ifmedia check in intel wifi drivers. | Stefan Sperling |
2022-06-19 | Revert previous iwn(4) commit. Later testing done by Christian Schulte | Stefan Sperling |
2022-06-15 | In iwn(4), delay 40MHz RXON config until we have negotiated 11n mode. | Stefan Sperling |
2022-04-21 | Use memset() to initialize struct ieee80211_rxinfo properly. | Stefan Sperling |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-03-09 | Improve stability of roaming on iwn(4), in particular with wpa_supplicant. | Stefan Sperling |
2022-01-09 | spelling | Jonathan Gray |
2021-11-12 | Add support for 40MHz channels to the iwn(4) driver. | Stefan Sperling |
2021-11-12 | Sync the iwn(4) "enhanced Tx power" eeprom data structure with Linux. | Stefan Sperling |
2021-11-11 | Fix iwn(4) with 4965 devices. | Stefan Sperling |
2021-10-11 | Add support for 40MHz channels to net80211 RA. | Stefan Sperling |
2021-08-19 | Hide detailed firmware error reports from iwn/iwm/iwx by default. | Stefan Sperling |
2021-04-29 | Make iwn, iwm, and iwx keep track of beacon parameters at run-time. | Stefan Sperling |
2021-03-22 | Let iwn(4) simply clear frames before the firmware's BA window, instead | Stefan Sperling |
2021-03-17 | Make iwn(4) send block ack request frames with the firmware node | Stefan Sperling |
2021-03-12 | Use RA instead of MiRA in iwn(4). | Stefan Sperling |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-11-12 | Nuke variable 'ba'. Only use was removed in r1.230. | Kenneth R Westerback |
2020-10-11 | Stop exporting `wt_hwqueue' now that drivers don't advertise it. | Martin Pieuchot |
2020-07-27 | trim trailing whitespace in if_iwn.c | Stefan Sperling |
2020-07-26 | Reduce IWN_DEBUG message noise related to scanning. | Stefan Sperling |
2020-07-20 | KNF for multi-line comment added to iwn5000_set_gains() in previous commit. | Stefan Sperling |
2020-07-20 | Fix gain calibration for some iwn(4) devices (5000 and up). | Stefan Sperling |
2020-07-20 | Fix a logic bug in iwn(4) which meant that automatic rate control for | Stefan Sperling |
2020-07-20 | update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ change | Stefan Sperling |
2020-07-20 | Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardware | Stefan Sperling |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-06-11 | In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again | Stefan Sperling |
2020-06-03 | Add missing ieee80211_release_node() calls in cases where hardware | Jonathan Matthew |
2020-05-23 | Fix typo in a comment that originated in wpi(4) and has spread elsewhere. | Stefan Sperling |
2020-05-15 | Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading. | Stefan Sperling |
2020-05-05 | Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressed | Stefan Sperling |
2020-05-01 | Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4). | Stefan Sperling |
2020-04-27 | Fix processing of compressed block ack notifications sent by iwn(4) firmware. | Stefan Sperling |
2020-04-27 | Allow iwn(4) firmware to always traverse the entire multi-rate retry table. | Stefan Sperling |
2020-04-21 | Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware. | Stefan Sperling |
2020-04-21 | Fix TID value set by iwn(4) in the Tx command when sending block ack requests. | Stefan Sperling |
2020-04-13 | Fix a recently introduced iwn(4) problem where the link gets stuck since | Stefan Sperling |
2020-04-09 | Fix an automatic Tx rate control issue in iwn(4). | Stefan Sperling |
2019-11-06 | Make iwn(4) flush remaining frames on the Tx aggregation queue when | Stefan Sperling |
2019-11-06 | Raise net80211's "beacon miss" threshold to avoid frequent re-connects | Stefan Sperling |
2019-10-09 | Restore BSS channel only when BSS was not changed in iee80211_intputm(). | tobhe |
2019-09-30 | remove the "copy function" argument to bpf_mtap_hdr. | David Gwynne |
2019-09-18 | don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr. | David Gwynne |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-09-11 | Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference. | Stefan Sperling |
2019-09-02 | Reset the current wireless PHY mode to 'auto' when a scan begins if we | Stefan Sperling |