| Age | Commit message (Expand) | Author |
| 2003-12-07 | Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-based | dyoung |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-16 | From Steve Woodford (scw@): fix wi(4) and wiconfig(8) on big-endian | dyoung |
| 2003-11-16 | Fix spelling/grammar in a comment. | dyoung |
| 2003-11-16 | Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIO | dyoung |
| 2003-11-02 | Use ieee80211_find_rxnode to attribute Rx packets to the write | dyoung |
| 2003-11-02 | Mark the available channels using the ic_channels table instead of | dyoung |
| 2003-11-02 | Get the ieee80211_node for management packets from the rcvif field. | dyoung |
| 2003-11-02 | Fix bugs in power-saving: | dyoung |
| 2003-11-01 | Bug fix: in wi_cfg_txrate, do not divide the 802.11 rate by 2 and | dyoung |
| 2003-10-24 | In wi_newstate(), read the BSSID into a temporary buffer that has guaranteed | mycroft |
| 2003-10-19 | Don't take the 802.11 header off of a frame until after we've given | dyoung |
| 2003-10-17 | ieee80211_newstate() wants for ic->ic_state to equal the previous | dyoung |
| 2003-10-16 | Prepare for wi rate adaptation. Add wi_write_txrate, which only | 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-06-19 | Add and enable monitoring mode for Lucent cards. | rh |
| 2003-05-31 | Picky cosmetic change: remove leading space. | dyoung |
| 2003-05-22 | Update to wi interrupt handling: | dyoung |
| 2003-05-20 | Stop wi panics on card ejection in Powerbook in both the enabled | dyoung |
| 2003-05-17 | Initialize and reset curtxeps to zero each time the error rate is exceeded. | christos |
| 2003-05-16 | IEEE80211_LOCK and WI_LOCK conceal enormous differences in locking | dyoung |
| 2003-05-13 | Revert to previous multicast logic, which enami@sm.sony.co.jp says | dyoung |
| 2003-05-13 | Begin synchronization with FreeBSD: | dyoung |
| 2003-05-13 | For converge with FreeBSD: | dyoung |
| 2003-05-13 | Track TX exceptions. This will eventually enable round-robin retries | dyoung |
| 2003-05-13 | Complete prior patch: dump packets in wi_rx_intr, too. | dyoung |
| 2003-05-13 | Debug code from FreeBSD: handy packet dumps when IFF_DEBUG|IFF_LINK2 | dyoung |
| 2003-05-13 | Misc changes to wi_stop. First, block interrupts in wi_stop. (From | dyoung |
| 2003-05-13 | For uniformity between FreeBSD & NetBSD, adopt FreeBSD's more | dyoung |
| 2003-04-08 | Host AP power saving support. The Host AP notices that the power | kml |
| 2003-03-27 | 802.11 MLME-JOIN.request is an abstract MAC function that is not | dyoung |
| 2003-03-27 | HostAP broke in version 1.4.2 of station firmware. Try 1.3.x, 1.4.9, | dyoung |
| 2003-03-27 | Introduced sc_reset to wi_softc. The bus-specific front-end gets | dyoung |
| 2003-02-25 | Add support for Prism monitor mode. From Kevin Lahey | dyoung |
| 2003-02-25 | Disable interrupts before ACKing them to avoid the obvious race. | dyoung |
| 2003-02-25 | Following implementation for other RIDs, read the driver's notion | dyoung |
| 2003-01-09 | Oops. This turns off debugging again. | 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 | On Lucent cards, indicate that changing BSSID with SIOCS80211BSSID | 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 | In wi_get_cfg, factor the code for getting the tx rate with the | dyoung |
| 2002-11-16 | Support two new RIDs. | dyoung |
| 2002-10-25 | IBSS mode does in fact work on some earlier Symbol firmware versions, as | mycroft |
| 2002-10-15 | Fix to use 104bit key for Intersil/Symbol firmware: | onoe |
| 2002-10-07 | Update BSSID at every CONNECTED LINK_STAT notification in IBSS mode, | onoe |