summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
* Unlock the mutex in the error case in wi_init. Otherwise we can returnimp2003-02-021-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* 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
* Restore a comment that was lost in the shuffle.imp2003-01-161-0/+5
* new wi driver that uses the 802.11 link layer codesam2003-01-151-2401/+2057
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-141-2/+1
* 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
* o Comment out the symbol download code for 4.x.imp2002-10-141-3/+19
* Limit the TX key to a valid rangeimp2002-09-291-0/+6
* 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-151-0/+142
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-111-14/+14
* Differentiate between AT45DB011 compatible large serial flash partsimp2002-08-051-3/+10
* 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
* Only INTERSIL 0.8.3 and newer firmware is supported with hostap mode.imp2002-07-261-8/+13
* Add better mediaopt support for ibss and friends.imp2002-06-191-38/+160
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-55/+0
* Untimeout before calling timeout. I think that I have caught all the casesimp2002-04-291-0/+2
* Make this driver compile for -stable also to prep for MFCimp2002-04-261-32/+57
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Some fixes for Symbol card.onoe2002-04-191-2/+20
* Fix tx-rate setting for Lucent cards.brooks2002-04-141-0/+15
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,imp2002-04-121-10/+2
* unifdef -DWI_HOSTAP, like OpenBSD doesimp2002-04-121-44/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.alfred2002-04-121-0/+2
* Replace the original host WEP implementation with the one in OpenBSDimp2002-04-121-146/+129
* Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net>imp2002-04-111-50/+398
* better initimp2002-04-111-4/+6
* MFNetBSD:imp2002-04-041-0/+8
* MFNetBSD:imp2002-04-041-72/+53
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* o Reduce the gratuitous differences with NetBSD.imp2002-04-041-3/+8
* Four fixes from NetBSD:imp2002-04-031-43/+115
* First cut at breaking out the bus attachment from the bus independentimp2002-04-021-325/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-6/+6
* More diff reduction patchesimp2002-04-011-1/+1
* Fix type from last commitimp2002-04-011-2/+2
* Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 byimp2002-04-011-0/+8
* Identify PRISM 2.5 with ISL37300Pimp2002-03-291-7/+10
* Integrate the air-tools 0.2 from dachb0den labs.imp2002-03-291-72/+378
* o Rework the identify routine a little, merging it with NetBSD's wi.imp2002-03-161-47/+40
* Add support for 3Com Airconnect PCI cards.brooks2002-03-111-0/+1
* Add roaming and microwave oven support. Some minor formatting nits.imp2002-03-051-12/+58
OpenPOWER on IntegriCloud