aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-291-55/+0
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-251-2/+2
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toWarner Losh2002-05-201-1/+1
* Use splnet() when we need to block timeouts rather than splimp() sinceWarner Losh2002-05-161-10/+18
* BDE and I have had a chance to hash this out:Warner Losh2002-05-131-5/+5
* Try to use spls more correctlyWarner Losh2002-05-071-7/+10
* skibo tells me that that I didn't apply all of his last patch, andWarner Losh2002-04-301-1/+1
* We don't need the card_if.h here. It breaks the building of kernelsWarner Losh2002-04-291-7/+2
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isWarner Losh2002-04-291-1/+1
* Untimeout before calling timeout. I think that I have caught all the casesWarner Losh2002-04-292-3/+7
* Alphabetize descriptions and remove the "PCI" from the desciptions.Warner Losh2002-04-281-5/+6
* This patch fixes my breakage of ssid matching. I introduced theWarner Losh2002-04-271-6/+6
* Better names for the PCI cards. The biggest change is that we nowWarner Losh2002-04-271-7/+7
* Make this driver compile for -stable also to prep for MFCWarner Losh2002-04-265-38/+115
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-262-0/+2
* Implement shared secret mode for hostap mode.Warner Losh2002-04-222-24/+87
* Some fixes for Symbol card.Atsushi Onoe2002-04-191-2/+20
* Merge from OpenBSD's fixes:Warner Losh2002-04-162-278/+278
* Minor format nitWarner Losh2002-04-161-1/+0
* Fix tx-rate setting for Lucent cards.Brooks Davis2002-04-141-0/+15
* Support the Siemens SpeedStream PCI card.Brooks Davis2002-04-141-0/+1
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,Warner Losh2002-04-121-10/+2
* unifdef -DWI_HOSTAP, like OpenBSD doesWarner Losh2002-04-125-56/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.Alfred Perlstein2002-04-121-0/+2
* Replace the original host WEP implementation with the one in OpenBSDWarner Losh2002-04-122-138/+122
* Add ActionTec HWC01170 and Linksys IWN2Warner Losh2002-04-111-0/+2
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>Warner Losh2002-04-118-52/+1768
* better initWarner Losh2002-04-111-4/+6
* Sony ID is 0x0002, not 0x0001. Noticed by Ichiro Fukuhara-san when IWarner Losh2002-04-081-1/+1
* The 3Com 3CRWE62092A (the XJack antenna product) does not have a hostWarner Losh2002-04-051-1/+1
* MFNetBSD:Warner Losh2002-04-041-0/+8
* MFNetBSD:Warner Losh2002-04-043-100/+123
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* o Reduce the gratuitous differences with NetBSD.Warner Losh2002-04-043-60/+34
* It would appear, from preliminary indications, that No Wires NecessaryWarner Losh2002-04-031-2/+0
* Four fixes from NetBSD:Warner Losh2002-04-034-61/+145
* Add some devices from OpenBSD/NetBSD:Warner Losh2002-04-021-1/+6
* First cut at breaking out the bus attachment from the bus independentWarner Losh2002-04-026-473/+612
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-6/+6
* More diff reduction patchesWarner Losh2002-04-012-15/+14
* Merge a little from NetBSD. This changes reduces the diffs between theWarner Losh2002-04-012-25/+14
* Fix type from last commitWarner Losh2002-04-011-2/+2
* Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 byWarner Losh2002-04-012-0/+12
* Identify PRISM 2.5 with ISL37300PWarner Losh2002-03-292-7/+11
* Integrate the air-tools 0.2 from dachb0den labs.Warner Losh2002-03-293-72/+760
* o Rework the identify routine a little, merging it with NetBSD's wi.Warner Losh2002-03-163-50/+45
* Add support for 3Com Airconnect PCI cards.Brooks Davis2002-03-111-0/+1
* Add roaming and microwave oven support. Some minor formatting nits.Warner Losh2002-03-051-12/+58
* Remove __P to reduce diffs with NetBSD and my private tree.Warner Losh2002-03-051-39/+37
* Merge a little from NetBSD.Warner Losh2002-03-051-2/+24