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_ural.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Streamline detach logic in wlan drivers, so that
hselasky
2013-02-10
1
-3
/
+14
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-1
/
+1
*
Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC in
hselasky
2012-06-02
1
-1
/
+12
*
Fix compiler warnings, mostly signed issues,
hselasky
2012-04-02
1
-4
/
+4
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-7
/
+7
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
- Move all USB device ID arrays into so-called sections,
hselasky
2011-06-24
1
-1
/
+1
*
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
bschmidt
2011-01-17
1
-2
/
+0
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-1
/
+0
*
We need to grab a node reference count to vap->iv_bss before using it as it is
thompsa
2010-09-02
1
-3
/
+7
*
Add missing MODULE_VERSION() definitions, this resolves problems around
thompsa
2010-09-01
1
-0
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-0
/
+1
*
Fix typos that broke duration calculations on protection frames. A similar
jkim
2010-06-14
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
thompsa
2010-04-22
1
-1
/
+1
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-50
/
+25
*
Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to make
thompsa
2009-12-26
1
-29
/
+31
*
fixes a TX hang that could be possible to happen when the trasfers are
weongyo
2009-10-14
1
-2
/
+8
*
- Make struct usb_xfer opaque so that drivers can not access the internals
thompsa
2009-06-23
1
-39
/
+38
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-35
/
+35
*
validate tx rate(s) in the raw xmit path
sam
2009-05-29
1
-3
/
+3
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-11
/
+11
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-14
/
+14
*
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
thompsa
2009-05-21
1
-2
/
+2
*
- rename usb2_mode to usb_mode [1]
thompsa
2009-05-21
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-30
/
+31
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-280
/
+110
*
We need to ref the bss node when sending the beacon since it goes through the
thompsa
2009-04-30
1
-1
/
+1
*
MFp4 //depot/projects/usb@159909
thompsa
2009-04-05
1
-7
/
+7
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-6
/
+0
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-13
/
+9
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-4
/
+2
*
Rename the ushub device class back to uhub as it was in the old usb stack,
thompsa
2009-03-02
1
-1
/
+1
*
Remove ic_update_mcast calls that are not implemented.
thompsa
2009-02-27
1
-8
/
+0
*
Partial sync to //depot/projects/usb
thompsa
2009-02-27
1
-12
/
+122
*
Also use proper capitalisation of FreeBSD in other source files.
ed
2009-02-24
1
-1
/
+1
*
Make sure at least two tx slots are free before sending the mbuf since an
thompsa
2009-02-23
1
-10
/
+10
*
Move the new USB stack into its new home.
thompsa
2009-02-23
1
-0
/
+2364