summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwm.c
AgeCommit message (Expand)Author
2022-12-16Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.Stefan Sperling
2022-08-29Fix integer overflows in iwm(4) and iwx(4) firmware file parsers.Stefan Sperling
2022-07-11remove duplicate 'if (err)' line in iwm_auth()Stefan Sperling
2022-07-07remove a DPRINTF() from iwm(4) which no longer makes any senseStefan Sperling
2022-06-04Make iwm(4) handle 9k devices which do not support antenna B.Stefan Sperling
2022-03-23Improve 802.11ac throughput on iwm(4) at a distance to the access point.Stefan Sperling
2022-03-20Introduce an alternative mechanism for wifi drivers to communicateStefan Sperling
2022-03-20Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans.Stefan Sperling
2022-03-19Fix wrong logic in a check in iwm_vht_single_rate_control() to matchStefan Sperling
2022-03-19Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.Stefan Sperling
2022-03-19Add initial 802.11ac support to the iwm(4) driver.Stefan Sperling
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-03-10KASSERT should not contain memory barriers as they change behavior.Alexander Bluhm
2022-03-10Use atomic load and store functions to access refcnt and waitAlexander Bluhm
2022-02-08Fix a KASSERT in iwm(4) being triggered for the wrong reason.Stefan Sperling
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2022-01-09spellingJonathan Gray
2022-01-05Remove unused function arguments in iwm/iwx interrupt handlers.Stefan Sperling
2022-01-04fix length boundary checks for incoming packets in iwm/iwxStefan Sperling
2022-01-04fix Rx Block Ack session validity checks in iwm(4) and iwx(4)Stefan Sperling
2021-12-20Make iwm(4) attach to PCI devices with product ID 0x31dc.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-22Make iwm(4) update an Rx BA session's last_rx timestamp when a frameStefan Sperling
2021-11-22Let iwm(4) resume directly in DVACT_WAKEUP instead of running the init task.Stefan Sperling
2021-11-19Fix monitor mode on iwm(4) and iwx(4).Stefan Sperling
2021-11-17Disable active scanning on iwm(4) 9260 and 9560.Stefan Sperling
2021-11-16fix typo in an error message printed by iwm_phy_ctxt_update()Stefan Sperling
2021-10-12iwm(4): revert to use firmware v17 on Intel AC 7265.Landry Breuil
2021-10-11Add support for 802.11n 40MHz channels to the iwm(4) driver.Stefan Sperling
2021-10-11Add support for 40MHz channels to net80211 RA.Stefan Sperling
2021-10-07Make our old BSSID available to iwm_newstate() when roaming.Stefan Sperling
2021-10-06Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.Stefan Sperling
2021-10-06Make sure iwm(4) uses the HT frame format only for data frames.Stefan Sperling
2021-10-05Fix iwm(4) performance drop after roaming between APs in 11n mode.Stefan Sperling
2021-10-02Remove iwm_assoc() and iwm_disassoc(). Not needed because they duplicateStefan Sperling
2021-09-30In iwm(4) and iwx(4), prevent attemps to transition towards the same stateStefan Sperling
2021-09-24Reset the Tx timer when iwm(4) firmware sends a BA notification.Stefan Sperling
2021-09-08Make iwm(4) and iwx(4) raise IPL to splnet() while loading firmware.Stefan Sperling
2021-09-08Let iwm(4) and iwx(4) sleep for 1 second while loading firmware.Stefan Sperling
2021-09-03Make iwm(4) and iwx(4) resume code path more similar to the attach code path.Stefan Sperling
2021-09-03Ensure that iwm(4) and iwx(4) will reload firmware from disk on down/up,Stefan Sperling
2021-08-29iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routinesGreg Steuck
2021-08-26There are some races in the hardware which thus require a few more triesKevin Lo
2021-08-20In the attach routine, the hardware bug workaround is only for legacy PCIKevin Lo
2021-08-20Revert previous; Turns out the start_hw() functions don't alwaysStefan Sperling
2021-08-19Run more device init code when resuming iwm(4) and iwx(4) devices.Stefan Sperling
2021-08-19Hide detailed firmware error reports from iwn/iwm/iwx by default.Stefan Sperling
2021-07-20Do not attempt to load 7265D iwm(4) firmware on all 7265 devices.Stefan Sperling
2021-07-20Make iwm_init() call iwm_stop() if we fail to move into SCAN state.Stefan Sperling