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
/
if_ural.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check wep flag in *_tx_mgt since we need to encrypt some management frame
kevlo
2007-11-06
1
-0
/
+11
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-1
/
+1
*
Add missing bits that made bg scanning lame:
sam
2007-09-05
1
-0
/
+6
*
Correct RSSI calculation.
sephe
2007-07-17
1
-1
/
+1
*
Update to merged names for things. No functional changes.
imp
2007-06-30
1
-2
/
+2
*
LINKSYS4 is going to be going away. Migrate to CISCOLINKSYS instead.
imp
2007-06-25
1
-3
/
+3
*
Drag in another device: The Surecom RT2570.
imp
2007-06-23
1
-0
/
+1
*
Latest round of usb cleanups:
imp
2007-06-21
1
-0
/
+1
*
s/logprintf/printf/g
imp
2007-06-20
1
-2
/
+2
*
Use device_foo_t to declare kobj methods
imp
2007-06-18
1
-3
/
+4
*
Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START and
imp
2007-06-17
1
-5
/
+24
*
Expand USB_MATCH_START
imp
2007-06-17
1
-1
/
+1
*
Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional
imp
2007-06-13
1
-3
/
+6
*
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
imp
2007-06-12
1
-6
/
+6
*
Update 802.11 wireless support:
sam
2007-06-11
1
-88
/
+142
*
The devinfo stuff has been moved up into the parent bus. There's no
imp
2007-06-09
1
-4
/
+1
*
Add more devices from the hps tree. These appear to have come from
imp
2007-05-29
1
-0
/
+6
*
- Remove dependency on deprecated if_watchdog ABI.
kevlo
2007-05-09
1
-109
/
+30
*
Nuke unnecessary setting of ural(4)'s security registers. ural(4) only
sephe
2007-04-24
1
-11
/
+1
*
- Fix mbuf/node leakage in drivers' raw_xmit().
sephe
2007-04-19
1
-6
/
+22
*
Since the driver uses mutexes, remove splusb() and splx().
kevlo
2007-04-03
1
-5
/
+0
*
allow net80211 to fillin rate sets
sam
2007-03-11
1
-19
/
+0
*
add codes for Atheros USB devices; shuffle one ural code to
sam
2006-11-23
1
-1
/
+1
*
Use a different task queue for host controller and peripheral driver
iedowse
2006-10-19
1
-1
/
+1
*
Add support for Novatech NV902 wireless NIC in ural(4).
flz
2006-10-07
1
-0
/
+1
*
More removing compatibility macros.
imp
2006-09-07
1
-32
/
+32
*
s/Static/static/g
imp
2006-09-06
1
-103
/
+103
*
remove unneccessary null ptr check
sam
2006-08-02
1
-2
/
+1
*
support for 802.11 packet injection via bpf
sam
2006-07-26
1
-0
/
+118
*
o Remove rev. 1.30 leftover. From Damien: However, this code path
maxim
2006-07-01
1
-1
/
+1
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-2
/
+2
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-3
/
+3
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
stop device so we don't panic on card removal when active
sam
2006-03-24
1
-0
/
+1
*
use s/w bmiss facility
sam
2006-02-18
1
-0
/
+2
*
account tx retry-fail errors in if_oerrors.
damien
2006-01-21
1
-1
/
+8
*
Adjust tx power based on user preferences.
damien
2006-01-21
1
-0
/
+3
*
o fix initialization sequence.
damien
2006-01-21
1
-5
/
+27
*
Add two new ural(4) product ids.
damien
2006-01-21
1
-0
/
+2
*
sync w/ openbsd:
damien
2006-01-21
1
-53
/
+99
*
Fix computation of the tx retry count in AMRR.
damien
2006-01-21
1
-2
/
+2
*
Tell Rx radiotap that hardware leaves FCS at the end of the frame.
damien
2005-11-29
1
-1
/
+1
*
Use usbd_clear_endpoint_stall_async() instead of usbd_clear_endpoint_stall()
damien
2005-11-29
1
-2
/
+2
*
o Send management frames at the lowest possible rate.
damien
2005-11-29
1
-7
/
+39
*
o Pass received frames to radiotap.
damien
2005-11-25
1
-17
/
+27
*
Fix AMRR initialization.
damien
2005-11-25
1
-1
/
+1
*
Send the packet to BPF after setting the duration field of the frame.
damien
2005-11-24
1
-24
/
+24
*
o Force the sending of an extra URB if there is less than 2 bytes left
damien
2005-11-24
1
-5
/
+23
*
Optimize PLCP length field computation for 802.11b rates.
damien
2005-11-23
1
-5
/
+4
*
Minor tweaks.
damien
2005-11-19
1
-10
/
+13
[next]