| Age | Commit message (Expand) | Author |
| 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 |
| 2002-01-21 | "Association Faild" was added to "Link Stat" messages. | ichiro |
| 2002-01-05 | revert changes I made a long time ago. This should undo the changes which ar... | explorer |
| 2001-10-13 | Add Intersil Prism2.5 Mini-PCI wavelan. | ichiro |
| 2001-09-22 | Implement two major items: | explorer |
| 2001-05-15 | getting prism2 firm ver routine to wi_get_id(). | ichiro |
| 2001-05-15 | It enabled it to control roaming mode and authentication mode. | ichiro |
| 2001-05-08 | change promisc mode in case of SIOCSIFFLAGS of wi_ioctl. | ichiro |
| 2001-05-06 | divided into PCMCIA attachment and common code of wi. | ichiro |