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
/
if_bwn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.
mav
2015-04-21
1
-1
/
+1
*
MFC r260444:
kevlo
2014-02-17
1
-3
/
+3
*
Fixing a clang warning about using uninitialized variable.
hiren
2013-05-06
1
-1
/
+1
*
Revert r249800 as
eadler
2013-04-23
1
-1
/
+0
*
Avoid warning about uninitalized variable
eadler
2013-04-23
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-4
/
+4
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-6
/
+6
*
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
marius
2011-11-22
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Remove dead code, "error" doesn't change between this check and the
brueffer
2011-10-08
1
-4
/
+0
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
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
-3
/
+3
*
Fix double ;;
kevlo
2010-12-06
1
-2
/
+2
*
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
1
-62
/
+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
1
-390
/
+341
*
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
1
-10
/
+35
*
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
1
-0
/
+14317