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
*
[bwn] don't use a 1MB CCK RTS frame for 11a OFDM transmissions.
adrian
2016-06-06
1
-4
/
+5
*
[bwn] Add missing firmware release calls.
adrian
2016-06-05
1
-0
/
+3
*
[bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far.
adrian
2016-06-05
1
-11
/
+15
*
[bwn] complain usefully if a PHY-N PHY is detected with no support is compile...
adrian
2016-06-05
1
-0
/
+3
*
[bwn] begin separating out the attach path from the SIBA specific bits.
adrian
2016-05-24
1
-24
/
+19
*
[bwn] add BCM43225 to the BHND device list.
adrian
2016-05-24
1
-0
/
+1
*
[bwn] add extra debugging for non-SIBA devices.
adrian
2016-05-24
2
-3
/
+18
*
wi: fix a typo.
avos
2016-05-20
1
-1
/
+1
*
[bwn] quieten the "invalid firmware state".
adrian
2016-05-19
1
-2
/
+5
*
[bwn] program in the MAC capabilities somewhere where later microcode
adrian
2016-05-19
2
-0
/
+16
*
[bwn] add extra debugging.
adrian
2016-05-19
1
-0
/
+15
*
[bwn] toggle the PHY clock during chip reset.
adrian
2016-05-19
1
-4
/
+6
*
[bwn] enable dual-phy on BCM4322MC.
adrian
2016-05-19
1
-1
/
+2
*
[bwn] rename TGS low registers to be consistent with naming scheme.
adrian
2016-05-19
2
-4
/
+4
*
[bwn] add initial 5xx firmware API support
adrian
2016-05-18
2
-39
/
+189
*
[bwn] correctly calculate RSSI level.
adrian
2016-05-17
1
-0
/
+12
*
[bwn] print out a very obvious notice that GPLv2 code is compiled in if it is.
adrian
2016-05-17
1
-0
/
+5
*
[bwn] always allocate maximum size txhdr entries; prepare for fw 598
adrian
2016-05-17
3
-7
/
+23
*
[bwn] Add PHY-N call hooks.
adrian
2016-05-17
1
-0
/
+25
*
[bwn] add PHY-N glue.
adrian
2016-05-17
2
-0
/
+338
*
[bwn] add opt_wlan.h / opt_bwn.h for build-time control
adrian
2016-05-16
1
-0
/
+3
*
[bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...
adrian
2016-05-16
7
-2
/
+18
*
[bwn] switch to ieee80211_add_channel()
adrian
2016-05-16
1
-74
/
+19
*
[bwn] check DUALPHY; add BCM4322 to the don't-override list.
adrian
2016-05-16
1
-3
/
+29
*
[bwn] use contigmalloc to allocate descriptors.
adrian
2016-05-16
1
-10
/
+22
*
[bwn] remove N-PHY registers for now.
adrian
2016-05-15
1
-904
/
+0
*
[bwn] add DUALPHY; this may be useful for PHY-N and later dual-phy probing.
adrian
2016-05-15
1
-0
/
+1
*
[bwn] commit the N-PHY register set.
adrian
2016-05-15
1
-0
/
+904
*
[bwn] add the full suite of SPROM flags
adrian
2016-05-15
1
-13
/
+52
*
[bwn] handle core rev 12, we can mostly do that new.
adrian
2016-05-14
1
-0
/
+1
*
[bwn] disable 11na channel setup for now, since we definitely, positively
adrian
2016-05-14
1
-0
/
+8
*
[bwn] fill out phyctl_1 fields for N-PHY (and later, eventually.)
adrian
2016-05-14
1
-0
/
+86
*
[bwn] set the 5ghz transmit flag for 5ghz transmit.
adrian
2016-05-14
1
-0
/
+3
*
[bwn] disable writing slottime timing out to improve performance.
adrian
2016-05-14
1
-0
/
+5
*
[bwn] make rf-kill work for PHY-N.
adrian
2016-05-14
1
-1
/
+5
*
[bwn] decode the RX RSSI for PHY-N.
adrian
2016-05-14
1
-0
/
+7
*
[bwn] use the new enum type.
adrian
2016-05-14
1
-1
/
+1
*
[bwn] debugging changes.
adrian
2016-05-14
1
-1
/
+10
*
[bwn] Explicitly only work for SIBA parts; add some placeholder debugging.
adrian
2016-05-14
1
-2
/
+33
*
[bwn] missed commit!
adrian
2016-05-14
1
-1
/
+1
*
[bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware.
adrian
2016-05-14
2
-8
/
+177
*
[bwn] add an implementation of "cordic" and imaginary math.
adrian
2016-05-14
1
-0
/
+96
*
[bwn] TX logging / completion fixes
adrian
2016-05-14
1
-4
/
+41
*
[bwn] add in new microcode and phy initval information.
adrian
2016-05-14
1
-13
/
+99
*
[bwn] implement reset improvements in preparation for PHY-N support
adrian
2016-05-14
3
-14
/
+38
*
[bwn] use the shared bwn_sqrt() routine.
adrian
2016-05-14
1
-51
/
+2
*
[bwn] disable bgscan for now.
adrian
2016-05-14
1
-0
/
+2
*
[bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch].
adrian
2016-05-14
2
-0
/
+247
*
[bwn] add Q52 macros.
adrian
2016-05-14
1
-0
/
+6
*
[bwn] add BCMA chip identifiers.
adrian
2016-05-14
1
-0
/
+71
[next]