Age | Commit message (Expand) | Author |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-14 | Pass our currently configured SSID to iwm(4) scan commands. | Stefan Sperling |
2017-12-10 | Stop running iwm(4) devices in "continuous active mode (CAM)". | Stefan Sperling |
2017-12-08 | Add support for background scanning to net80211 and iwm(4). | Stefan Sperling |
2017-12-08 | Make iwm(4) restore the ic_bss channel after tweaking this channel as part | Stefan Sperling |
2017-12-07 | In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transition | Stefan Sperling |
2017-12-07 | Make iwm_newstate() recover from state transition errors. | Stefan Sperling |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-22 | It's time I claimed proper copyright on this. | Stefan Sperling |
2017-10-22 | In iwm(4), allocate command response buffers dynamically in a ring | Stefan Sperling |
2017-10-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | Stefan Sperling |
2017-08-23 | Fix typos in iwm(4) error messages. Patch by Bryan Linton. | Stefan Sperling |
2017-08-13 | Remove the second parameter of iwm_stop(). It was not used for anything. | Stefan Sperling |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-13 | When iwm_stop() releases the scan lock wake processes sleeping on it. | Stefan Sperling |
2017-08-12 | Fix iwm(4) channel reporting, broken by my unrelated tweak during commit of | Stefan Sperling |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling |
2017-07-23 | Prevent a possible "MAC context already removed" panic in iwm_auth(). | Stefan Sperling |
2017-07-22 | Add frame length range checks to the input path of iwm(4). | Stefan Sperling |
2017-07-16 | Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200. | Stefan Sperling |
2017-07-16 | Remove the AP from iwm's firmware station table when moving out of AUTH state. | Stefan Sperling |
2017-07-16 | Some net80211 state changes are triggered by incoming frames, and it is | Stefan Sperling |
2017-07-15 | Get rid of the device reset hack in iwm_newstate_task(). | Stefan Sperling |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |
2017-06-16 | In iwm_init() save the generation counter once before looping over | Stefan Sperling |
2017-06-14 | Currently, iwm(4) uses only one phy context, so stop sending commands to the | Stefan Sperling |
2017-06-14 | When a task in iwm(4) obtains an rwlock(9), bail out if the device was | Stefan Sperling |
2017-06-14 | Make the iwm(4) ioctl handler wait until the transition to SCAN has completed | Stefan Sperling |
2017-06-14 | Make iwm(4) wait for the PHY calibration result notification during HW init. | Stefan Sperling |
2017-06-09 | Introduce iwm_nic_assert_locked() to verify that the driver has correctly | Stefan Sperling |
2017-06-09 | Fix the resume code path in iwm(4) to no longer call iwm_stop() before | Stefan Sperling |
2017-06-02 | When iwm(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-05-31 | another place to use ieee80211_min_basic_rate() to select the minimum tx rate | Peter Hessler |
2017-05-31 | add ieee80211_min_basic_rate() to iwm(4), to select the lowest available | Peter Hessler |
2017-05-31 | The net80211 stack was providing a 'beacon miss timeout' value (in ms) | Stefan Sperling |
2017-05-31 | Add missing function prototype for iwm_rx_bmiss(). | Stefan Sperling |
2017-05-31 | Implement support for iwm(4) firmware's missed beacon notification. | Stefan Sperling |
2017-05-28 | Fix some spurious fatal firmware errors in iwm(4). | Stefan Sperling |
2017-05-28 | Remove unused flag IWM_FLAG_STOPPED. | Stefan Sperling |
2017-05-26 | Get rid of the DELAY() hack in the firmware loader for 8000 family | Stefan Sperling |
2017-05-08 | In iwm_send_cmd(), look at the generation counter instead of the STOPPED flag | Stefan Sperling |
2017-05-08 | In iwm(4) avoid locking the NIC redundantly and perform accounting of | Stefan Sperling |
2017-05-08 | Fix issues with iwm(4) firmware's retry rate table: | Stefan Sperling |
2017-05-04 | If iwm_nic_lock() cannot access the device then print "acquiring device failed" | Stefan Sperling |
2017-04-27 | Restore if_iwm.c r1.173 (mira retry change) which got incarcerated by | Stefan Sperling |
2017-04-27 | Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE. | Stefan Sperling |
2017-04-26 | Get rid of convoluted macros in iwm's receive code path. | Stefan Sperling |