| Age | Commit message (Expand) | Author |
| 2005-11-18 | Adapt drivers to the new net80211(9). | skrll |
| 2005-06-25 | Bug fix: fix WEP by managing keys & crypto in the style of the new | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-12-13 | Bug fix: synchronize Transmit commands with all other commands. | dyoung |
| 2004-09-28 | Simplify the BSSID synchronization code. | dyoung |
| 2004-08-07 | Be much more robust with RID values during attach: | mycroft |
| 2004-08-05 | Put unadulterated dB values in the radiotap header, not the converted dBm | mycroft |
| 2004-07-22 | Add sc_txstart and sc_txstarted, to keep track of the current FID we want to | mycroft |
| 2004-07-22 | Non-functional changes: add comments, remove a structure name. | mycroft |
| 2004-07-22 | Keep a count of packets written to the chip but not yet initiated. This | mycroft |
| 2004-07-22 | Change some names. | mycroft |
| 2004-07-22 | Keep a count of FIDs allocated, rather than storing a packet length in the | mycroft |
| 2004-07-22 | Rework the rate-lowering hack: | mycroft |
| 2004-02-10 | Disable rate-adaptation for Lucent firmware version 8.42.1, per a | dyoung |
| 2004-02-10 | Factor out the initialization/reset of RSS descriptors, making | dyoung |
| 2003-12-07 | Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-based | dyoung |
| 2003-12-07 | Updates to 802.11 radiotap. The _DB_ flags were used everywhere to | dyoung |
| 2003-11-16 | Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIO | dyoung |
| 2003-10-16 | The upper & lower bounds on wi RSSI are completely bogus, AFAICT. | dyoung |
| 2003-10-13 | Switch wi(4) to the new 802.11 layer. | dyoung |
| 2003-07-06 | Still more consolidation of 802.11 media-handling, moving moving | dyoung |
| 2003-07-06 | Improved RSSI->dBm conversion, especially for Lucent cards, for | dyoung |
| 2003-05-20 | Stop wi panics on card ejection in Powerbook in both the enabled | dyoung |
| 2003-05-16 | IEEE80211_LOCK and WI_LOCK conceal enormous differences in locking | dyoung |
| 2003-05-13 | Begin synchronization with FreeBSD: | dyoung |
| 2003-05-13 | Misc changes to wi_stop. First, block interrupts in wi_stop. (From | dyoung |
| 2003-03-27 | Cosmetic: move sc_reset closer to its siblings sc_disable and sc_enable. | dyoung |
| 2003-03-27 | Introduced sc_reset to wi_softc. The bus-specific front-end gets | dyoung |
| 2003-01-09 | wi_start: write an mbuf chain to the driver using wi_mwrite_bap, | dyoung |
| 2003-01-01 | A Prism firmware participating in an IBSS network will not send a | dyoung |
| 2002-12-27 | The RID for the RSSI->dBm adjustment is not supported by Prism | dyoung |
| 2002-11-18 | Only Prism is known to support WI_RID_FRAG_THRESH. | dyoung |
| 2002-11-16 | Support two new RIDs. | dyoung |
| 2002-10-04 | Handle of AP_IN_RANGE/AP_OUT_RANGE, to fix a problem once the station | onoe |
| 2002-09-30 | old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handled | onoe |
| 2002-09-30 | Jumbo commit for wi driver. | onoe |
| 2002-09-30 | Nuke unneeded member sc_ifp and use #define sc_if instead, | onoe |
| 2002-09-23 | Jumbo patch, from David Young <dyoung@ojctech.com>, with small tweaks | thorpej |
| 2002-08-11 | Remove an unused member from the softc. | thorpej |
| 2002-08-11 | Snapshot of work-in-progress: Add AP support for Prism2-based boards. | thorpej |
| 2002-08-11 | * Add "wi_flags" to the softc to indicate capabilities of the card. Fill | thorpej |
| 2002-08-11 | Read supported rates from the card and report them. Only add | thorpej |
| 2002-04-05 | fix minor bugs for lucent cards. (point out from Warner Losh) | ichiro |
| 2002-04-04 | move wi_pci_reset() from ic/wi.c to pci/if_wi_pci.c, where is belongs | jdolecek |
| 2002-04-04 | using table driven for Prism2 family IDs/Names. | ichiro |
| 2002-03-30 | added sc_pri_firmware_ver, and print Primary/Station firmware versions. | ichiro |
| 2002-03-27 | Fix to work Symbol firmware card, which cannot be initialized more than once. | onoe |
| 2002-03-25 | changes from Warner Losh to read firmware version for non prism2 cards | dbj |