summaryrefslogtreecommitdiff
path: root/sys/dev/ic/wivar.h
AgeCommit message (Expand)Author
2005-11-18Adapt drivers to the new net80211(9).skrll
2005-06-25Bug fix: fix WEP by managing keys & crypto in the style of the newdyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-12-13Bug fix: synchronize Transmit commands with all other commands.dyoung
2004-09-28Simplify the BSSID synchronization code.dyoung
2004-08-07Be much more robust with RID values during attach:mycroft
2004-08-05Put unadulterated dB values in the radiotap header, not the converted dBmmycroft
2004-07-22Add sc_txstart and sc_txstarted, to keep track of the current FID we want tomycroft
2004-07-22Non-functional changes: add comments, remove a structure name.mycroft
2004-07-22Keep a count of packets written to the chip but not yet initiated. Thismycroft
2004-07-22Change some names.mycroft
2004-07-22Keep a count of FIDs allocated, rather than storing a packet length in themycroft
2004-07-22Rework the rate-lowering hack:mycroft
2004-02-10Disable rate-adaptation for Lucent firmware version 8.42.1, per adyoung
2004-02-10Factor out the initialization/reset of RSS descriptors, makingdyoung
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-07Updates to 802.11 radiotap. The _DB_ flags were used everywhere todyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
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-05-20Stop wi panics on card ejection in Powerbook in both the enableddyoung
2003-05-16IEEE80211_LOCK and WI_LOCK conceal enormous differences in lockingdyoung
2003-05-13Begin synchronization with FreeBSD:dyoung
2003-05-13Misc changes to wi_stop. First, block interrupts in wi_stop. (Fromdyoung
2003-03-27Cosmetic: move sc_reset closer to its siblings sc_disable and sc_enable.dyoung
2003-03-27Introduced sc_reset to wi_softc. The bus-specific front-end getsdyoung
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-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-16Support two new RIDs.dyoung
2002-10-04Handle of AP_IN_RANGE/AP_OUT_RANGE, to fix a problem once the stationonoe
2002-09-30old lucent adhoc-demo mode (adhoc,flag0 or wiconfig -p 3) wasn't handledonoe
2002-09-30Jumbo commit for wi driver.onoe
2002-09-30Nuke unneeded member sc_ifp and use #define sc_if instead,onoe
2002-09-23Jumbo patch, from David Young <dyoung@ojctech.com>, with small tweaksthorpej
2002-08-11Remove an unused member from the softc.thorpej
2002-08-11Snapshot 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. Fillthorpej
2002-08-11Read supported rates from the card and report them. Only addthorpej
2002-04-05fix minor bugs for lucent cards. (point out from Warner Losh)ichiro
2002-04-04move wi_pci_reset() from ic/wi.c to pci/if_wi_pci.c, where is belongsjdolecek
2002-04-04using table driven for Prism2 family IDs/Names.ichiro
2002-03-30added sc_pri_firmware_ver, and print Primary/Station firmware versions.ichiro
2002-03-27Fix to work Symbol firmware card, which cannot be initialized more than once.onoe
2002-03-25changes from Warner Losh to read firmware version for non prism2 cardsdbj