Age | Commit message (Expand) | Author |
2018-02-25 | My previous commit to iwn(4) broke the scan loop. | Stefan Sperling |
2018-02-01 | Make sure iwn(4) firmware and driver stay in sync when a scan is | Stefan Sperling |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-09 | Do not silently truncate the firmware channel number. | Martin Pieuchot |
2017-12-20 | Two background scan fixes for iwn(4) (4965 devices only): | Stefan Sperling |
2017-12-14 | Make roaming after a background scan work while tcpbench -u is running | Stefan Sperling |
2017-12-14 | Add background scanning support to iwn(4), as was done for iwm(4) recently. | Stefan Sperling |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-09-28 | The DELAY() recently added to iwn(4) to make association more reliable could | Stefan Sperling |
2017-09-04 | Make sure iwn(4) firmware gets to see a beacon before we send an auth request. | Stefan Sperling |
2017-08-13 | When iwn_stop() releases the scan lock wake processes sleeping on it. | Theo Buehler |
2017-06-02 | When iwn(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-05-31 | Implement support for missed beacon notifications in iwn(4). | Stefan Sperling |
2017-05-30 | Improve the new ieee80211_{min,max}_rates() APIs and fix regressions. | Stefan Sperling |
2017-05-30 | Use ieee80211_{min,max}_basic_rate() in iwn(4). | Stefan Sperling |
2017-04-26 | Tell MiRA about the actual number of retries instead of pretending that | Stefan Sperling |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-02-20 | Remove hack to release/re-acquire netlock in _ioctl(). | Kenneth R Westerback |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2016-12-23 | Hide static inline functions that are only used in debug code behind the same | Mark Kettenis |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-10 | Make retry-heavy rates less attractive to mira. | Stefan Sperling |
2016-12-07 | Add mira support to iwn(4). | Stefan Sperling |
2016-11-30 | Make iwn(4) receive MIMO frames in monitor mode. We can now sniff all 802.11n | Stefan Sperling |
2016-10-28 | In iwn(4), stop forcing RTS for every frame in 11n mode. | Stefan Sperling |
2016-10-08 | Make iwn(4) write MCS into the radiotap rate field. | Stefan Sperling |
2016-10-08 | Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG. | Stefan Sperling |
2016-09-05 | convert busy flag and tsleep to rwlock as in iwm | Ted Unangst |
2016-09-02 | Enable SGI for iwn(4). | Stefan Sperling |
2016-08-17 | iwn(4) scans all bands at once, as far as the net80211 stack is concerned. | Stefan Sperling |
2016-07-20 | Make the iwn(4) LED flash 10 times slower in monitor mode. | Stefan Sperling |
2016-07-20 | Bring iwn_update_htprot() back, so iwn(4) will properly keep track | Stefan Sperling |
2016-06-27 | Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protection | Stefan Sperling |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-04-28 | Add a better implementation of iwn's update_htprot callback which uses | Stefan Sperling |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-02-07 | Fix off-by-one in loop termination condition. | tb |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |
2016-02-04 | In iwn(4), don't forget about restoring the CCMP key to firmware after | Stefan Sperling |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-13 | Revert most of if_iwm.c r1.155. Use of channel zero was a symptom of | Stefan Sperling |
2016-01-13 | Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0. | Stefan Sperling |
2016-01-13 | Fix iwn(4) firmware SYSASSERT during hardware initialization. | Stefan Sperling |
2016-01-12 | fix a misplaced curly brace | Stefan Sperling |
2016-01-07 | Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4). | Stefan Sperling |
2016-01-06 | Initialize the A-MPDU parameters field in HT capability elements. | Stefan Sperling |