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
/
bwn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-1
/
+0
*
Small grammar nit in a printf message.
joel
2010-10-12
1
-1
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-0
/
+1
*
Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] is
weongyo
2010-07-22
1
-2
/
+2
*
Fixes a bug for LP PHY that some frames have 2 padding bytes at the
weongyo
2010-07-10
1
-10
/
+11
*
- fixes a bug that it didn't initialize the ratectl after association;
weongyo
2010-05-15
1
-3
/
+9
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
ifp->if_ipackets++ when RX packet interrupts are occurred.
weongyo
2010-04-24
1
-0
/
+2
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
2
-69
/
+17
*
enables S/W beacon miss handler.
weongyo
2010-03-14
1
-0
/
+2
*
Fix build breakage introduced in r204922.
yongari
2010-03-10
1
-2
/
+1
*
uses KOBJMETHOD_END macro to indicate the end of method table.
weongyo
2010-03-09
1
-1
/
+1
*
o uses bus accessor macros to read values from ivar so no more values
weongyo
2010-03-09
2
-399
/
+350
*
fixes an attached-at-boot issue that bwn(4) using device_identify
weongyo
2010-03-03
1
-8
/
+0
*
calculates the integer square root if a positive integer X is larger
weongyo
2010-03-01
1
-4
/
+5
*
fixes a bug to load firmware images for LP PHY. For LP PHY always,
weongyo
2010-02-27
1
-2
/
+3
*
supports the adhoc demo mode that it's tested on modified aircrack-ng
weongyo
2010-02-27
1
-1
/
+3
*
don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's already
weongyo
2010-02-27
1
-2
/
+0
*
o adds sysctl variables to show device statistics.
weongyo
2010-02-23
2
-10
/
+37
*
fixes a compile error; invalid type argument of '->'.
weongyo
2010-02-23
1
-1
/
+1
*
Fix compilation problems with INVARIANTS.
imp
2010-02-23
1
-27
/
+20
*
o print msgs with length if the frame is too short to pass to net80211.
weongyo
2010-02-19
1
-3
/
+8
*
adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.
weongyo
2010-02-16
3
-0
/
+16272