summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wi.c
AgeCommit message (Expand)Author
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-16From Steve Woodford (scw@): fix wi(4) and wiconfig(8) on big-endiandyoung
2003-11-16Fix spelling/grammar in a comment.dyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-11-02Mark the available channels using the ic_channels table instead ofdyoung
2003-11-02Get the ieee80211_node for management packets from the rcvif field.dyoung
2003-11-02Fix bugs in power-saving:dyoung
2003-11-01Bug fix: in wi_cfg_txrate, do not divide the 802.11 rate by 2 anddyoung
2003-10-24In wi_newstate(), read the BSSID into a temporary buffer that has guaranteedmycroft
2003-10-19Don't take the 802.11 header off of a frame until after we've givendyoung
2003-10-17ieee80211_newstate() wants for ic->ic_state to equal the previousdyoung
2003-10-16Prepare for wi rate adaptation. Add wi_write_txrate, which onlydyoung
2003-10-16The upper & lower bounds on wi RSSI are completely bogus, AFAICT.dyoung
2003-10-13Switch wi(4) to the new 802.11 layer.dyoung
2003-07-06Still more consolidation of 802.11 media-handling, moving movingdyoung
2003-07-06Improved RSSI->dBm conversion, especially for Lucent cards, fordyoung
2003-06-19Add and enable monitoring mode for Lucent cards.rh
2003-05-31Picky cosmetic change: remove leading space.dyoung
2003-05-22Update to wi interrupt handling:dyoung
2003-05-20Stop wi panics on card ejection in Powerbook in both the enableddyoung
2003-05-17Initialize and reset curtxeps to zero each time the error rate is exceeded.christos
2003-05-16IEEE80211_LOCK and WI_LOCK conceal enormous differences in lockingdyoung
2003-05-13Revert to previous multicast logic, which enami@sm.sony.co.jp saysdyoung
2003-05-13Begin synchronization with FreeBSD:dyoung
2003-05-13For converge with FreeBSD:dyoung
2003-05-13Track TX exceptions. This will eventually enable round-robin retriesdyoung
2003-05-13Complete prior patch: dump packets in wi_rx_intr, too.dyoung
2003-05-13Debug code from FreeBSD: handy packet dumps when IFF_DEBUG|IFF_LINK2dyoung
2003-05-13Misc changes to wi_stop. First, block interrupts in wi_stop. (Fromdyoung
2003-05-13For uniformity between FreeBSD & NetBSD, adopt FreeBSD's moredyoung
2003-04-08Host AP power saving support. The Host AP notices that the powerkml
2003-03-27802.11 MLME-JOIN.request is an abstract MAC function that is notdyoung
2003-03-27HostAP broke in version 1.4.2 of station firmware. Try 1.3.x, 1.4.9,dyoung
2003-03-27Introduced sc_reset to wi_softc. The bus-specific front-end getsdyoung
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-02-25Disable interrupts before ACKing them to avoid the obvious race.dyoung
2003-02-25Following implementation for other RIDs, read the driver's notiondyoung
2003-01-09Oops. This turns off debugging again.dyoung
2003-01-09wi_start: write an mbuf chain to the driver using wi_mwrite_bap,dyoung
2003-01-01A Prism firmware participating in an IBSS network will not send adyoung
2002-12-27On Lucent cards, indicate that changing BSSID with SIOCS80211BSSIDdyoung
2002-12-27The RID for the RSSI->dBm adjustment is not supported by Prismdyoung
2002-11-18Only Prism is known to support WI_RID_FRAG_THRESH.dyoung
2002-11-16In wi_get_cfg, factor the code for getting the tx rate with thedyoung
2002-11-16Support two new RIDs.dyoung
2002-10-25IBSS mode does in fact work on some earlier Symbol firmware versions, asmycroft
2002-10-15Fix to use 104bit key for Intersil/Symbol firmware:onoe
2002-10-07Update BSSID at every CONNECTED LINK_STAT notification in IBSS mode,onoe