index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't hold a driver lock across bus_teardown_intr. Jhb points out
imp
2003-04-29
1
-2
/
+1
*
Initialize error.
imp
2003-04-27
1
-1
/
+1
*
Make 2/3 of my symbol cards work again. The 3rd symbol card card has
imp
2003-04-27
1
-15
/
+24
*
Add generic OEM1 PRISM3 card.
imp
2003-04-27
1
-0
/
+1
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
2
-4
/
+6
*
Fix interrupt race.
imp
2003-04-10
1
-1
/
+1
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+1
*
Back out the _ND change. I plan on making all drivers default to that with
imp
2003-04-10
1
-37
/
+37
*
Use the new _ND macros to not include the description strings. If any
imp
2003-04-08
1
-40
/
+43
*
Don't set the decription, since the pccard layer does that for us now.
imp
2003-04-08
1
-10
/
+1
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
2
-10
/
+6
*
MFP4 27224 and 27225:
imp
2003-03-22
1
-3
/
+18
*
o Lucent cards don't seem to like multiple buffers for tx. Use only
imp
2003-03-18
2
-37
/
+26
*
Move symbol reset detection code back into wi_reset. This is a more
imp
2003-03-18
2
-8
/
+10
*
Add DLINK DWL650H
imp
2003-03-18
1
-0
/
+1
*
Add SMC 2602W pci card, from a post to mobile@
imp
2003-03-18
1
-0
/
+1
*
Remove bogus KASSERT. The 802.11 layer and the resume from suspend
imp
2003-03-17
1
-2
/
+0
*
Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in the
imp
2003-03-11
1
-3
/
+1
*
Change default setting of hw.wi.txerate to zero so that tx error msgs are
sam
2003-02-26
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Add YIS YWL-11B. This card has same vendor id and product id
shiba
2003-02-15
1
-0
/
+1
*
Unlock the mutex in the error case in wi_init. Otherwise we can return
imp
2003-02-02
1
-0
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
correct default setting of hw.wi.txerate; it must be -1, not zero,
sam
2003-01-20
1
-2
/
+2
*
correct sysctl names and move them to hw.wi: hw.wi.txerate controls the rate
sam
2003-01-20
1
-4
/
+6
*
gc dead code
sam
2003-01-20
1
-7
/
+0
*
default tx error rate limiting to 0 to disable tx error msgs; this is
sam
2003-01-20
1
-1
/
+1
*
Add Allied Telesis WR211PCM.
shiba
2003-01-17
1
-0
/
+1
*
Restore a comment that was lost in the shuffle.
imp
2003-01-16
1
-0
/
+5
*
wi-specific host ap support no longer needed now that it uses
sam
2003-01-15
2
-1402
/
+0
*
new wi driver that uses the 802.11 link layer code
sam
2003-01-15
6
-2680
/
+2348
*
Suspend/resume support (mostly for MiniPCI Prism2.5 boards).
mdodd
2003-01-14
3
-2
/
+36
*
Avoid casting pointers to int and using %x to print them.
mike
2003-01-05
1
-4
/
+3
*
Require privilege to flush the signal cache on if_an and if_wi 802.11
rwatson
2002-12-24
1
-0
/
+3
*
network interface driver changes:
sam
2002-11-14
1
-14
/
+7
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
o Comment out the symbol download code for 4.x.
imp
2002-10-14
4
-6
/
+42
*
Some renamings from pccarddevs
imp
2002-10-11
1
-4
/
+6
*
Add Planex GWNS11H
imp
2002-10-11
1
-0
/
+1
*
Fix comment
imp
2002-09-29
1
-1
/
+1
*
Limit the TX key to a valid range
imp
2002-09-29
2
-1
/
+8
*
When setting the WI_RID_ENCRYPTION mode, we have to conditionally
imp
2002-08-21
1
-11
/
+20
*
comment about the magic number -149
imp
2002-08-21
1
-0
/
+6
*
Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfig
imp
2002-08-21
1
-0
/
+1
*
Move the symbol firmware loading routines into if_wi.
imp
2002-08-15
4
-148
/
+161
*
Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, since
imp
2002-08-11
3
-16
/
+16
*
Fix minor typo in ID number in last commit
imp
2002-08-05
1
-1
/
+1
*
A definition of regulatory domains that matches the docs.
imp
2002-08-05
1
-1
/
+2
*
Differentiate between AT45DB011 compatible large serial flash parts
imp
2002-08-05
2
-6
/
+20
*
Add a comment that says it looks like lucent cards have a primary
imp
2002-08-05
1
-0
/
+2
[next]