summaryrefslogtreecommitdiff
path: root/sys/dev/ic/if_wireg.h
AgeCommit message (Expand)Author
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2008-02-03Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is noMark Kettenis
2005-10-18remove wrong definition since result really belongs to stat (which isFederico G. Schwindt
2005-10-17define a mask to extract the result from status.Federico G. Schwindt
2005-10-15correctly parse the supported data rates. needed by wi@usb.Federico G. Schwindt
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-03-02Fix timing issues with newer Prism firmware and retry card reset upTodd C. Miller
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-01-10Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCITodd C. Miller
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-09-12o break up wi_pci_attach() into device-specific parts for better readabilityTodd C. Miller
2002-09-10no need for pragma here.Federico G. Schwindt
2002-08-13change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD.Todd C. Miller
2002-07-10Use the correct COR offset for pcmcia card; noted by Warner LoshTodd C. Miller
2002-06-27missing parenthesis in this macro.Federico G. Schwindt
2002-06-26stp at sparc will map this card always as big-endian.Federico G. Schwindt
2002-06-23cleanup WI_IS_BE macrosTheo de Raadt
2002-06-22Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such.Federico G. Schwindt
2002-06-21ugly kludge to deal correctly with endianess in sparc and sparc64.Federico G. Schwindt
2002-05-01Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibssTodd C. Miller
2002-04-06Add support for setting antenna diversity on Symbol cards.Todd C. Miller
2002-04-06Add support for Symbol cards and printing of the primary stationTodd C. Miller
2002-03-30o Move register definitions to if_wireg.hTodd C. Miller
2002-03-28some BITS defs for %bMichael Shalayeff
2002-03-28basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p...Michael Shalayeff
2002-03-28recognize isl37300p as a prism2.5, for niels babyMichael Shalayeff
2002-03-26Add support for the TMD7160 dumb PCI-ISA bridge (similar in function toTodd C. Miller
2002-02-21In WI_SETSTR round up i_len to be an even number if needed since weTodd C. Miller
2002-02-19add support for media and other generic 802.11 ioctls, elliminates need for w...Michael Shalayeff
2001-12-21increase the timeout 10x, it seems some cards cannot keep up w/ our paceMichael Shalayeff
2001-12-20for mimi-pci cards registers are word in a dword, missed that in bringing ove...Michael Shalayeff
2001-10-25implement "the other" pci interface for wavelans, found on intersilMichael Shalayeff
2001-10-25add prism2.5 mini-pci nic idMichael Shalayeff
2001-06-25Add the missing endian pieces to wavelan driver.Dale Rahn
2001-06-07Kill #define duplicates between if_wireg.h and if_wi_ieee.hTodd C. Miller
2001-06-07no, definately *wi.* does not work hereMichael Shalayeff
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller