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