summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
Commit message (Expand)AuthorAgeFilesLines
* correct default setting of hw.wi.txerate; it must be -1, not zero,sam2003-01-201-2/+2
* correct sysctl names and move them to hw.wi: hw.wi.txerate controls the ratesam2003-01-201-4/+6
* gc dead codesam2003-01-201-7/+0
* default tx error rate limiting to 0 to disable tx error msgs; this issam2003-01-201-1/+1
* Add Allied Telesis WR211PCM.shiba2003-01-171-0/+1
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* wi-specific host ap support no longer needed now that it usessam2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codesam2003-01-156-2680/+2348
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-241-0/+3
* network interface driver changes:sam2002-11-141-14/+7
* Be consistent about functions being static.phk2002-10-161-1/+1
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Some renamings from pccarddevsimp2002-10-111-4/+6
* Add Planex GWNS11Himp2002-10-111-0/+1
* Fix commentimp2002-09-291-1/+1
* Limit the TX key to a valid rangeimp2002-09-292-1/+8
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyimp2002-08-211-11/+20
* comment about the magic number -149imp2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigimp2002-08-211-0/+1
* Move the symbol firmware loading routines into if_wi.imp2002-08-154-148/+161
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* Fix minor typo in ID number in last commitimp2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.imp2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsimp2002-08-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryimp2002-08-051-0/+2
* Add code that will download firmware to a Symbol LA4100-series of CFimp2002-08-033-1/+4533
* Don't set the IFF_PROMISC bit when in hostap mode like the previousimp2002-08-011-17/+15
* If we are in hostap mode, do not go into promisc mode. This causesimp2002-07-291-11/+33
* Send a disassoc packet for a STA that we don't know about that claims toimp2002-07-262-17/+15
* Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode.imp2002-07-261-8/+13
* Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSDimp2002-07-171-0/+3
* IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* Add an entry for the US Robotics 2415.nsayer2002-06-141-0/+1
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-55/+0
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-2/+2
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toimp2002-05-201-1/+1
* Use splnet() when we need to block timeouts rather than splimp() sinceimp2002-05-161-10/+18
* BDE and I have had a chance to hash this out:imp2002-05-131-5/+5
* Try to use spls more correctlyimp2002-05-071-7/+10
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* We don't need the card_if.h here. It breaks the building of kernelsimp2002-04-291-7/+2
* splsoftnet is spelled splimp in FreeBSD rather than splnet. splimp isimp2002-04-291-1/+1
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-292-3/+7
* Alphabetize descriptions and remove the "PCI" from the desciptions.imp2002-04-281-5/+6
OpenPOWER on IntegriCloud