| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Untimeout before calling timeout. I think that I have caught all the cases | imp | 2002-04-29 | 2 | -3/+7 |
* | Alphabetize descriptions and remove the "PCI" from the desciptions. | imp | 2002-04-28 | 1 | -5/+6 |
* | This patch fixes my breakage of ssid matching. I introduced the | imp | 2002-04-27 | 1 | -6/+6 |
* | Better names for the PCI cards. The biggest change is that we now | imp | 2002-04-27 | 1 | -7/+7 |
* | Make this driver compile for -stable also to prep for MFC | imp | 2002-04-26 | 5 | -38/+115 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 2 | -0/+2 |
* | Implement shared secret mode for hostap mode. | imp | 2002-04-22 | 2 | -24/+87 |
* | Some fixes for Symbol card. | onoe | 2002-04-19 | 1 | -2/+20 |
* | Merge from OpenBSD's fixes: | imp | 2002-04-16 | 2 | -278/+278 |
* | Minor format nit | imp | 2002-04-16 | 1 | -1/+0 |
* | Fix tx-rate setting for Lucent cards. | brooks | 2002-04-14 | 1 | -0/+15 |
* | Support the Siemens SpeedStream PCI card. | brooks | 2002-04-14 | 1 | -0/+1 |
* | After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h, | imp | 2002-04-12 | 1 | -10/+2 |
* | unifdef -DWI_HOSTAP, like OpenBSD does | imp | 2002-04-12 | 5 | -56/+5 |
* | ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd. | alfred | 2002-04-12 | 1 | -0/+2 |
* | Replace the original host WEP implementation with the one in OpenBSD | imp | 2002-04-12 | 2 | -146/+130 |
* | Add ActionTec HWC01170 and Linksys IWN2 | imp | 2002-04-11 | 1 | -0/+2 |
* | Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net> | imp | 2002-04-11 | 8 | -53/+1769 |
* | better init | imp | 2002-04-11 | 1 | -4/+6 |
* | Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when I | imp | 2002-04-08 | 1 | -1/+1 |
* | The 3Com 3CRWE62092A (the XJack antenna product) does not have a host | imp | 2002-04-05 | 1 | -1/+1 |
* | MFNetBSD: | imp | 2002-04-04 | 1 | -0/+8 |
* | MFNetBSD: | imp | 2002-04-04 | 3 | -100/+123 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | o Reduce the gratuitous differences with NetBSD. | imp | 2002-04-04 | 3 | -60/+34 |
* | It would appear, from preliminary indications, that No Wires Necessary | imp | 2002-04-03 | 1 | -2/+0 |
* | Four fixes from NetBSD: | imp | 2002-04-03 | 4 | -62/+146 |
* | Add some devices from OpenBSD/NetBSD: | imp | 2002-04-02 | 1 | -1/+6 |
* | First cut at breaking out the bus attachment from the bus independent | imp | 2002-04-02 | 6 | -473/+612 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -6/+6 |
* | More diff reduction patches | imp | 2002-04-01 | 2 | -15/+14 |
* | Merge a little from NetBSD. This changes reduces the diffs between the | imp | 2002-04-01 | 2 | -25/+14 |
* | Fix type from last commit | imp | 2002-04-01 | 1 | -2/+2 |
* | Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 by | imp | 2002-04-01 | 2 | -0/+12 |
* | Identify PRISM 2.5 with ISL37300P | imp | 2002-03-29 | 2 | -7/+11 |
* | Integrate the air-tools 0.2 from dachb0den labs. | imp | 2002-03-29 | 3 | -72/+760 |
* | o Rework the identify routine a little, merging it with NetBSD's wi. | imp | 2002-03-16 | 3 | -50/+45 |
* | Add support for 3Com Airconnect PCI cards. | brooks | 2002-03-11 | 1 | -0/+1 |
* | Add roaming and microwave oven support. Some minor formatting nits. | imp | 2002-03-05 | 1 | -12/+58 |
* | Remove __P to reduce diffs with NetBSD and my private tree. | imp | 2002-03-05 | 1 | -40/+38 |
* | Merge a little from NetBSD. | imp | 2002-03-05 | 1 | -2/+24 |
* | Add a bunch of cards from NetBSD and maybe other places. | imp | 2002-03-04 | 1 | -0/+5 |
* | Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards. | brooks | 2002-03-02 | 1 | -3/+6 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -4/+2 |
* | Add a missing field to the end of array marker in the pci_ids array. | brooks | 2002-02-26 | 1 | -1/+1 |
* | Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor. | brooks | 2002-02-12 | 2 | -78/+149 |
* | identify GLPRISM2 PCI WaveLAN/IEEE 802.11 | alfred | 2002-01-31 | 1 | -0/+1 |
* | Add support for Linksys WDT11 PCI adaptors. | brooks | 2002-01-21 | 1 | -0/+1 |
* | put function return types on a line by themselves as per style(9) | alfred | 2001-12-27 | 1 | -32/+62 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |