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
*
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
*
Second part of the AMRR commit.
damien
2005-11-18
1
-13
/
+108
*
Add some initial bits (currently unused) for upcoming AMRR support.
damien
2005-11-15
1
-0
/
+77
*
Optimize and clean TX time computation.
damien
2005-11-15
1
-22
/
+7
*
Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,
damien
2005-11-13
1
-11
/
+11
*
The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USB
damien
2005-09-19
1
-1
/
+0
*
Fix basic rates set for 802.11a/g operating modes. This can significantly
damien
2005-08-21
1
-6
/
+18
*
Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUAL
damien
2005-08-20
1
-4
/
+6
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-6
/
+7
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-11
/
+12
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-1
/
+1
*
remove driver-private key allocators; use the default one instead
sam
2005-07-10
1
-12
/
+0
*
Make sure that all the necessary USB endpoints are found during device
damien
2005-07-08
1
-0
/
+5
*
ral_init() takes a struct ral_softc as parameter not a struct ifnet.
damien
2005-07-08
1
-1
/
+1
*
reclaim node reference when ieee80211_encap fails
sam
2005-07-08
1
-1
/
+3
*
update ural ids
sam
2005-07-08
1
-1
/
+10
*
reclaim mbuf when ieee80211_crypto_encap fails
sam
2005-07-07
1
-1
/
+3
*
o Add new ids for the Belkin F5D7050
damien
2005-07-03
1
-3
/
+10
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-2
/
+3
*
Fix WPA (802.11i) support.
damien
2005-05-22
1
-0
/
+12
*
Initial import of ipw, iwi, ral and ural drivers:
damien
2005-04-18
1
-0
/
+2060