summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
AgeCommit message (Expand)Author
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).Stefan Sperling
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-02-28Some monitor mode fixes for iwm(4):Stefan Sperling
2020-02-12Implement a workaround for missing Tx completion interrupts in iwm(4).Stefan Sperling
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).Stefan Sperling
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofPatrick Wildt
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-12Fix support for 3168 iwm(4) devices, and load new firmware for them.Stefan Sperling
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-10-28Have iwm(4) configure the PCIe LTR.Stefan Sperling
2019-10-28Skip the 'update MCC' command if iwm 8k firmware supports LocationStefan Sperling
2019-10-28iwm: enlarge maximum NVM section size; required for newer firmwareStefan Sperling
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-04Introduce reference counting for tasks in iwm(4).Stefan Sperling
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-13Add proper support for iwm(4) firmware's time event. Cancel the event ifStefan Sperling
2017-08-12In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),Stefan Sperling
2017-07-16Add comments to the definitions of iwm(4) driver-private flags.Stefan Sperling
2017-07-15Get rid of the device reset hack in iwm_newstate_task().Stefan Sperling
2017-06-20Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.Stefan Sperling
2017-06-14Make iwm(4) wait for the PHY calibration result notification during HW init.Stefan Sperling
2017-05-28Remove unused flag IWM_FLAG_STOPPED.Stefan Sperling
2017-05-08Unbreak the tree. I missed a header file change in my last iwm(4) commit.Stefan Sperling
2016-11-30Switch the iwm(4) driver to mira rate adaptation in 11n mode.Stefan Sperling
2016-09-21Properly support the mac context command in iwm. This was wrong in many ways.Stefan Sperling
2016-09-12Simplify handling of the AUX STA in iwm(4). There is no good reason forStefan Sperling
2016-09-10iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.Stefan Sperling
2016-09-04Replace iwm's ioctl tsleep/wakeup BUSY flag dance with an rwlock.Stefan Sperling
2016-09-02The struct iwm_rbuf definition, and the wantresp field in structStefan Sperling
2016-08-15Remove IWM_CMD_SYNC, which expands to zero while all the otherStefan Sperling
2016-05-28Add support for Intel Wireless 8260 devices to iwm(4).Stefan Sperling
2016-05-25Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.Stefan Sperling
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-12-14Add initial 802.11n support to the iwm(4) driver.Stefan Sperling
2015-12-08When iwm(4) moves to AUTH state it asks the firmware for a "time event" toStefan Sperling
2015-10-22remove some horrible iwm typedefsJonathan Gray
2015-10-11Add a symbolic name for the special '-1' value of iwm's sc_wantresp.Stefan Sperling
2015-10-05Simplify iwm(4) newstate task by only queuing one state transitionStefan Sperling
2015-06-15Remove comments referring to Linux iwlwifi source filenames from iwm(4).Stefan Sperling
2015-06-15Make the wifi LED work with iwm(4).Stefan Sperling
2015-03-02workaround for interrupt coalescing bug not needed on 7265Jonathan Gray
2015-03-02load the correct firmware for 3160/7265Jonathan Gray