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
/
iwn
Commit message (
Expand
)
Author
Age
Files
Lines
*
We need to defer passing the DELBA request to the firmware until the aggr
bschmidt
2012-06-27
1
-9
/
+48
*
Fix a TX aggregation issue, if after the last compressed BA notification
bschmidt
2012-06-27
1
-7
/
+34
*
Remove nitems() now that it lives in <sys/param.h> since r236486.
marius
2012-06-02
1
-2
/
+0
*
remove unused vap variable
bschmidt
2012-05-20
1
-2
/
+0
*
Discard frames after a DELBA which where queued during an active BA
bschmidt
2012-05-20
1
-0
/
+5
*
Add some more 100/130 series device IDs.
bschmidt
2012-05-20
1
-0
/
+3
*
Migrate the net80211 TX aggregation state to be from per-AC to per-TID.
adrian
2012-04-15
1
-5
/
+5
*
Use the M_AMPDU_MPDU flag to determine when to manually set the seqno and
bschmidt
2012-04-15
1
-6
/
+3
*
strip (R) to match manpage and pci_vendors
bschmidt
2012-03-27
1
-29
/
+29
*
Add support for 6150 series devices.
bschmidt
2012-03-27
1
-0
/
+2
*
Use suspend/resume methods provided by net80211. This ensures that the
bschmidt
2012-03-23
1
-16
/
+4
*
On state changes from RUN to anything else the AGGR sessions are
bschmidt
2012-01-27
1
-5
/
+7
*
Don't rely on MCS7 being at index 7 while determining the amount
bschmidt
2012-01-03
1
-1
/
+1
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-5
/
+5
*
The DC calibration result obtained during initialization can't be
bschmidt
2011-11-21
2
-1
/
+29
*
Let net80211 also know about stopped BA sessions. This fixes some issues
bschmidt
2011-10-24
1
-0
/
+1
*
Fix bmiss notifications, events should be sent when NOT scanning.
bschmidt
2011-10-13
1
-1
/
+1
*
Recognize the Intel(R) Centrino(R) Wireless-N 130.
marius
2011-10-09
1
-0
/
+1
*
Manually set the channel when using monitor mode - the firmware
adrian
2011-09-20
1
-0
/
+12
*
Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates.
bschmidt
2011-06-10
1
-7
/
+9
*
Enable HT40 (40MHz channel width) support.
bschmidt
2011-06-04
1
-1
/
+1
*
Only consider QoS frames for TX packet aggregation.
bschmidt
2011-06-04
1
-1
/
+2
*
The firmware of 4965 series adapters seems to die while trying to send
bschmidt
2011-06-04
1
-6
/
+10
*
Add module version to iwi/ipw/wpi and iwn.
bschmidt
2011-05-31
1
-0
/
+2
*
Only update the scheduler's byte count table for aggregation queues.
bschmidt
2011-05-15
1
-6
/
+4
*
Enable 11n (sans HT40) support.
bschmidt
2011-05-08
1
-35
/
+20
*
Notify firmware about various HT parameters once associated.
bschmidt
2011-05-08
2
-25
/
+37
*
Add support for TX packet aggregation.
bschmidt
2011-05-08
3
-64
/
+282
*
Add support for RX packet aggregation.
bschmidt
2011-05-08
2
-17
/
+45
*
Add support for transmitting frames at MCS rates.
bschmidt
2011-05-08
2
-14
/
+54
*
Prepare for transmitting frames at MCS rates:
bschmidt
2011-05-08
3
-88
/
+66
*
Read chainmask information before announcing it.
bschmidt
2011-05-08
1
-22
/
+22
*
Add HT capabilities to probe requests.
bschmidt
2011-05-08
1
-4
/
+3
*
Disable background scan support for 4965 adapters.
bschmidt
2011-05-08
1
-1
/
+3
*
RX aggregation is slightly different then the legacy path, we will only
bschmidt
2011-05-08
1
-1
/
+0
*
Allocate all TX rings, those will be use for TX packet aggregation.
bschmidt
2011-05-08
1
-7
/
+0
*
Use the enhanced TX power information availabe on newer EEPROMs.
bschmidt
2011-05-08
3
-9
/
+45
*
Hook HT channel setup.
bschmidt
2011-05-08
1
-35
/
+43
*
The 6000 series adapters have a slightly different offset for band 6,
bschmidt
2011-05-08
2
-1
/
+15
*
Re-add 2 device IDs which got lost.
bschmidt
2011-05-08
1
-0
/
+2
*
Now that all bits are in for 1030/6230 adapters enable those.
bschmidt
2011-04-20
1
-32
/
+25
*
The 6000 series gen2 adapters have 2 firmware images, one with
bschmidt
2011-04-20
1
-2
/
+4
*
Add basic support for advanced bluetooth coexistence required
bschmidt
2011-04-20
3
-2
/
+105
*
Enable DC calibration for all 6000 series devices, except those
bschmidt
2011-04-19
1
-1
/
+6
*
Pull some features out of the firmware:
bschmidt
2011-04-19
3
-3
/
+20
*
Add some new features:
bschmidt
2011-04-16
3
-3
/
+69
*
Bring over the HAL/OPS changes, instead of two const structs it is now
bschmidt
2011-04-16
2
-166
/
+160
*
Read RX/TX chainmasks directly of the EEPROM. Some chips are known to
bschmidt
2011-04-16
1
-14
/
+8
*
Just a whitespace sync, some more style(9) conform then others.
bschmidt
2011-04-16
3
-225
/
+158
*
Sync comments with OpenBSD.
bschmidt
2011-04-16
2
-37
/
+38
[next]