| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some unnecessary casts. ok blambert deraadt kettenis matthew |  tedu | 2011-06-21 | 1 | -2/+2 |
* | Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is no |  kettenis | 2008-02-03 | 1 | -19/+5 |
* | remove wrong definition since result really belongs to stat (which is |  fgsch | 2005-10-18 | 1 | -2/+1 |
* | define a mask to extract the result from status. |  fgsch | 2005-10-17 | 1 | -1/+2 |
* | correctly parse the supported data rates. needed by wi@usb. |  fgsch | 2005-10-15 | 1 | -1/+11 |
* | add the manual tx power option. this is supported by some prism2/2.5/3 |  reyk | 2005-02-15 | 1 | -1/+9 |
* | Fix timing issues with newer Prism firmware and retry card reset up |  millert | 2004-03-02 | 1 | -2/+3 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -4/+4 |
* | Extend the sparc bus_space_tag_t to store access endianness in it, and |  miod | 2003-06-25 | 1 | -3/+1 |
* | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI |  millert | 2003-01-10 | 1 | -2/+7 |
* | Add an option to use software WEP now that we have a software decrypt |  millert | 2002-10-27 | 1 | -1/+3 |
* | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but |  millert | 2002-10-10 | 1 | -15/+1 |
* | o break up wi_pci_attach() into device-specific parts for better readability |  millert | 2002-09-12 | 1 | -5/+6 |
* | no need for pragma here. |  fgsch | 2002-09-10 | 1 | -4/+1 |
* | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. |  millert | 2002-08-13 | 1 | -2/+2 |
* | Use the correct COR offset for pcmcia card; noted by Warner Losh |  millert | 2002-07-10 | 1 | -2/+3 |
* | missing parenthesis in this macro. |  fgsch | 2002-06-27 | 1 | -2/+2 |
* | stp at sparc will map this card always as big-endian. |  fgsch | 2002-06-26 | 1 | -2/+4 |
* | cleanup WI_IS_BE macros |  deraadt | 2002-06-23 | 1 | -21/+25 |
* | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. |  fgsch | 2002-06-22 | 1 | -31/+17 |
* | ugly kludge to deal correctly with endianess in sparc and sparc64. |  fgsch | 2002-06-21 | 1 | -4/+31 |
* | Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss |  millert | 2002-05-01 | 1 | -3/+4 |
* | Add support for setting antenna diversity on Symbol cards. |  millert | 2002-04-06 | 1 | -1/+3 |
* | Add support for Symbol cards and printing of the primary station |  millert | 2002-04-06 | 1 | -19/+25 |
* | o Move register definitions to if_wireg.h |  millert | 2002-03-30 | 1 | -4/+12 |
* | some BITS defs for %b |  mickey | 2002-03-28 | 1 | -1/+2 |
* | basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@pacbell.net>; millert@ ok |  mickey | 2002-03-28 | 1 | -3/+26 |
* | recognize isl37300p as a prism2.5, for niels baby |  mickey | 2002-03-28 | 1 | -1/+2 |
* | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to |  millert | 2002-03-26 | 1 | -1/+3 |
* | In WI_SETSTR round up i_len to be an even number if needed since we |  millert | 2002-02-21 | 1 | -2/+4 |
* | add support for media and other generic 802.11 ioctls, elliminates need for wicontrol on the ramdisk floppy, pretty much; from netbsd |  mickey | 2002-02-19 | 1 | -6/+4 |
* | increase the timeout 10x, it seems some cards cannot keep up w/ our pace |  mickey | 2001-12-21 | 1 | -2/+2 |
* | for mimi-pci cards registers are word in a dword, missed that in bringing over support from netbsd; partially successfully tested by ellidz@eridu.uchicago.edu |  mickey | 2001-12-20 | 1 | -11/+17 |
* | implement "the other" pci interface for wavelans, found on intersil |  mickey | 2001-10-25 | 1 | -3/+25 |
* | add prism2.5 mini-pci nic id |  mickey | 2001-10-25 | 1 | -1/+2 |
* | Add the missing endian pieces to wavelan driver. |  drahn | 2001-06-25 | 1 | -3/+10 |
* | Kill #define duplicates between if_wireg.h and if_wi_ieee.h |  millert | 2001-06-07 | 1 | -74/+11 |
* | no, definately *wi.* does not work here |  mickey | 2001-06-07 | 1 | -1/+24 |
* | PCI shim for if_wi.c as promised. Magic for setting the PLX up |  millert | 2001-06-06 | 1 | -1/+4 |
* | Split wi(4) into bus-dependent and bus-independent bits similar to |  millert | 2001-05-15 | 1 | -0/+553 |