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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo.
adrian
2011-03-27
1
-2
/
+2
*
Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n by
adrian
2011-03-27
2
-2
/
+2
*
Wait until the DMA engine is stopped before unmapping buffers and
marius
2011-03-26
1
-1
/
+25
*
.. And another missed commit - add the PSPOLL capability.
adrian
2011-03-26
1
-1
/
+2
*
This was missing from the previous HAL commit - it fixes a typo and
adrian
2011-03-26
1
-1
/
+2
*
If 802.11n is enabled, bump the number of buffers used up to a larger
adrian
2011-03-26
1
-0
/
+8
*
Add in the hardware PS-POLL frame reception setting, but leave it disabled
adrian
2011-03-26
1
-0
/
+19
*
Introduce hardware PS-POLL support in the HAL.
adrian
2011-03-26
3
-1
/
+8
*
Put these two back to mirror what ath9k does.
adrian
2011-03-26
1
-2
/
+2
*
Shuffle around the HAL_RX_FILTER bits to be slightly more sensible.
adrian
2011-03-26
1
-3
/
+17
*
Update T3 firmware to 7.11.0
np
2011-03-25
2
-1493
/
+1527
*
After discussing with Bernhard, the "right" way in net80211 to check
adrian
2011-03-25
2
-5
/
+10
*
I broke periodic adc calibrations - so restore them to working order.
adrian
2011-03-25
1
-5
/
+5
*
Fix initialisation order with regard to debug prints.
hselasky
2011-03-25
1
-2
/
+2
*
Fix panic while associating access point.
kevlo
2011-03-25
1
-3
/
+1
*
Re-disable the setting of 2040/shortgi bits for now.
adrian
2011-03-25
1
-1
/
+2
*
After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bit
adrian
2011-03-25
1
-8
/
+8
*
Flip ANI on for the AR5416 and later chips. I haven't verified it on
adrian
2011-03-25
3
-5
/
+8
*
The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -
adrian
2011-03-25
1
-0
/
+2
*
oops, commited the wrong file change.
adrian
2011-03-25
1
-1
/
+0
*
Add some more AR_PCU_MISC_MODE2 register settings - these are SOWL or later.
adrian
2011-03-25
1
-0
/
+1
*
Bring over interrupt mitigation changes from ath9k.
adrian
2011-03-25
2
-10
/
+20
*
Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...
adrian
2011-03-24
1
-2
/
+0
*
MFgraid/head r218174:
mav
2011-03-24
2
-64
/
+94
*
Fix typo.
hselasky
2011-03-24
1
-1
/
+1
*
Fix a completely wrong variable reference.
adrian
2011-03-24
1
-1
/
+1
*
t3_free_sge_resources should be given the number of qsets it needs to free.
np
2011-03-24
3
-12
/
+9
*
T3C initialization should setup the parity fence too.
np
2011-03-24
1
-2
/
+3
*
Do not over-allocate MSI interrupts for the case where each ingress
np
2011-03-24
3
-26
/
+39
*
Make the ar2133ForceBias() call controllable at runtime.
adrian
2011-03-23
3
-1
/
+7
*
Remove unused DMA map/tag in softc.
yongari
2011-03-23
1
-6
/
+0
*
Comply with style(9).
hselasky
2011-03-23
1
-4
/
+4
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
34
-77
/
+77
*
The AR5416+ chips all have MIB counters (which the AR5416 ANI code assumes)
adrian
2011-03-23
1
-4
/
+0
*
Enable setting the MCS rate bit for ast_tx_rate.
adrian
2011-03-22
1
-1
/
+2
*
Fix an error while constructing the table that maps context id -> egress
np
2011-03-22
1
-1
/
+1
*
Clean up setting the short preamble bit in the rate - this way it
adrian
2011-03-22
1
-3
/
+2
*
Flip this over to be a configurable option for people who wish to play with it.
adrian
2011-03-22
1
-1
/
+1
*
This isn't actually needed any longer, A-MPDU frames work fine if only tagged...
adrian
2011-03-22
1
-9
/
+0
*
Rename pci_find_extcap() to pci_find_cap(). PCI now uses the term
jhb
2011-03-22
2
-6
/
+12
*
Bring over an XPA (external power amplifer) bias fix for the AR9160.
adrian
2011-03-22
3
-3
/
+79
*
Fix OFDM ANI statistics gathering for the AR5416 and later chips.
adrian
2011-03-22
1
-1
/
+1
*
Set the "right" CCA register.
adrian
2011-03-22
1
-1
/
+1
*
Break out the RF mode setup into ar5416SetRfMode(), mirroring what ath9k does.
adrian
2011-03-22
1
-16
/
+26
*
Do a bit of spring cleaning in the board setup code, just to
adrian
2011-03-22
1
-18
/
+10
*
Bring over a few queue changes from ath9k:
adrian
2011-03-22
1
-0
/
+17
*
Even though it's very unlikely the misc mode register setting at -attach-
adrian
2011-03-22
3
-3
/
+3
*
Remove the merlin delay workaround here, it isn't appropriate for
adrian
2011-03-22
1
-6
/
+0
*
- Do not output the trailing newline to the HID
hselasky
2011-03-21
1
-4
/
+6
*
- Bugfix: Fix a EHCI hardware race, where the hardware computed data toggle
hselasky
2011-03-21
1
-3
/
+25
[next]