summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwm.c
AgeCommit message (Expand)Author
2019-06-26Use timeout_add_msec(9)kn
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-04-01Enable RF_KILL interrupts on resumekn
2019-04-01Fix interrupt handler to set RUNNING flag when RF switch is enabledkn
2019-02-27Make iwm(4) use CTS-to-self for HT protection if the AP requests this,Stefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2018-09-22Back out the following if_iwm.c revisions:Stefan Sperling
2018-09-16Fix length checks in the receive path of iwm(4).Stefan Sperling
2018-08-13Prevent iwm(4) from writing back the former BSS channelStefan Sperling
2018-05-23Add monitor mode support to iwm(4).Stefan Sperling
2018-05-15Implement Rx of multiple frames per interrupt in the iwm(4) driver.Stefan Sperling
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-28Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware.Stefan Sperling
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-14Pass our currently configured SSID to iwm(4) scan commands.Stefan Sperling
2017-12-10Stop running iwm(4) devices in "continuous active mode (CAM)".Stefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-12-08Make iwm(4) restore the ic_bss channel after tweaking this channel as partStefan Sperling
2017-12-07In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transitionStefan Sperling
2017-12-07Make iwm_newstate() recover from state transition errors.Stefan Sperling
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-22It's time I claimed proper copyright on this.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-23Fix typos in iwm(4) error messages. Patch by Bryan Linton.Stefan Sperling
2017-08-13Remove the second parameter of iwm_stop(). It was not used for anything.Stefan Sperling
2017-08-13Add proper support for iwm(4) firmware's time event. Cancel the event ifStefan Sperling
2017-08-13When iwm_stop() releases the scan lock wake processes sleeping on it.Stefan Sperling
2017-08-12Fix iwm(4) channel reporting, broken by my unrelated tweak during commit ofStefan Sperling
2017-08-12In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),Stefan Sperling
2017-08-12Prevent a NULL pointer deref in iwm(4) which I have seen during testing.Stefan Sperling
2017-08-12Fix Coverity CID 1453280:Stefan Sperling
2017-07-23Prevent a possible "MAC context already removed" panic in iwm_auth().Stefan Sperling
2017-07-22Add frame length range checks to the input path of iwm(4).Stefan Sperling
2017-07-16Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200.Stefan Sperling
2017-07-16Remove the AP from iwm's firmware station table when moving out of AUTH state.Stefan Sperling
2017-07-16Some net80211 state changes are triggered by incoming frames, and it isStefan 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-16In iwm_init() save the generation counter once before looping overStefan Sperling
2017-06-14Currently, iwm(4) uses only one phy context, so stop sending commands to theStefan Sperling
2017-06-14When a task in iwm(4) obtains an rwlock(9), bail out if the device wasStefan Sperling
2017-06-14Make the iwm(4) ioctl handler wait until the transition to SCAN has completedStefan Sperling
2017-06-14Make iwm(4) wait for the PHY calibration result notification during HW init.Stefan Sperling