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
/
bwi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-5
/
+5
*
Add opt_wlan.h includes, so IEEE80211_* configuration changes are
adrian
2012-05-12
5
-0
/
+6
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-13
/
+13
*
Fix an incorrect use of sizeof().
adrian
2011-10-10
1
-1
/
+1
*
Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...
adrian
2011-10-10
1
-1
/
+1
*
Fix an unaligned access issue; tidy up OFDM/DS rate decoding from the PLCP.
adrian
2011-10-03
1
-20
/
+9
*
Pull ieee80211_ratectl_node_init() calls from drivers into net80211.
bschmidt
2011-01-17
1
-6
/
+0
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-2
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-1
/
+2
*
Fixes a page fault in bwi_pci_probe() because the array isn't terminated
weongyo
2010-07-10
1
-1
/
+2
*
Initializes the ratectl for a node when the state is changed to RUN.
weongyo
2010-06-29
1
-0
/
+6
*
Fixes NULL pointer reference that it's occurred when the state is
weongyo
2010-06-29
1
-5
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Avoid NULL deref.
rpaulo
2010-04-07
1
-1
/
+1
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
2
-41
/
+10
*
More consistent whitespace.
jhb
2009-11-11
1
-1
/
+1
*
Use a dedicated callout to drive the transmit watchdog timer instead of
jhb
2009-11-11
2
-12
/
+18
*
In bwi_newstate, only zero the bssid when we stop a STA. And only
imp
2009-06-02
1
-6
/
+20
*
Move the unlock to after the ifdef (maybe the right fix is to remove
imp
2009-06-01
1
-1
/
+1
*
Make sure that we drain the LED blinking callout on detach.
imp
2009-06-01
1
-0
/
+1
*
Add a comment about what may be happening when we get certain
imp
2009-06-01
1
-0
/
+17
*
fix typo
sam
2009-05-30
1
-2
/
+2
*
validate tx rate(s) in the raw xmit path
sam
2009-05-29
1
-2
/
+15
*
Overhaul monitor mode handling:
sam
2009-05-20
2
-29
/
+16
*
Remove unnecessary comments. 11A read/write is the same: its just the
imp
2009-05-18
1
-2
/
+0
*
Fix a typo from the original driver. We need to write ctrl2 into RF
imp
2009-05-18
1
-1
/
+1
*
Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning
imp
2009-05-18
1
-1
/
+2
*
Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me to
imp
2009-05-18
1
-10
/
+12
*
Cleanup module declarations:
imp
2009-05-15
1
-6
/
+4
*
Add a comment to motivate my last change.
nwhitehorn
2009-05-13
1
-0
/
+2
*
Add a short delay after programming PHY registers to give some time for
nwhitehorn
2009-05-13
1
-0
/
+1
*
Update a few XXX comments
imp
2009-05-11
1
-4
/
+4
*
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
imp
2009-05-03
11
-0
/
+11773