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
/
usb
/
wlan
/
if_urtw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build breakage from r212127
thompsa
2010-09-02
1
-2
/
+1
*
We need to grab a node reference count to vap->iv_bss before using it as it is
thompsa
2010-09-02
1
-1
/
+4
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Remove debugging code that snuck in.
rpaulo
2010-04-07
1
-1
/
+0
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-0
/
+1
*
adds sysctl knobs to show rate statistics that it could be useful to
weongyo
2010-01-27
1
-0
/
+53
*
fixes a typo that value should be 0 not 10.
weongyo
2009-11-03
1
-1
/
+1
*
overhauls urtw(4) for supporting RTL8187B devices properly that there
weongyo
2009-10-18
1
-356
/
+508
*
fixes a TX hang that could be possible to happen when the trasfers are
weongyo
2009-10-14
1
-0
/
+3
*
updates device entries supported with the product name not magic numbers
weongyo
2009-10-04
1
-11
/
+12
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1282
/
+1271
*
Add necessary include.
phk
2009-09-08
1
-1271
/
+1282
*
Add ids of Sitecom USB wlan gadget.
phk
2009-06-28
1
-0
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+0
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-21
/
+15
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-68
/
+68
*
Make variables static where appropriate.
thompsa
2009-06-13
1
-1
/
+1
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-196
/
+196
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-26
/
+26
*
ports urtw(4) for USB2. Additionally it supports a 8187B chipset weakly
weongyo
2009-05-27
1
-0
/
+4241