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
*
Handle RUN->ASSOC->RUN transition correctly, as in not trigger a
bschmidt
2010-07-15
1
-11
/
+28
*
Add support for firmware images in "type-length-value" format.
bschmidt
2010-07-15
3
-48
/
+197
*
Detect active chains differently to work around a firmware bug which
bschmidt
2010-07-15
1
-3
/
+7
*
- Add new IDs for 6000 series devices.
bschmidt
2010-07-15
2
-6
/
+22
*
Fix some small whitespace nits.
bschmidt
2010-07-15
2
-5
/
+5
*
Remove duplicate vendor:device entry.
bschmidt
2010-07-15
1
-1
/
+0
*
Fix TX retry rate handling. tx->linkq is an index to a rate table
bschmidt
2010-06-14
1
-1
/
+1
*
Add a workaround for a bug in the firmware regarding the transition
bschmidt
2010-05-06
1
-2
/
+2
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Use correct bus_dma_tag_t for TX frames.
bschmidt
2010-04-21
1
-2
/
+4
*
Declare all functions as static.
bschmidt
2010-04-11
1
-218
/
+218
*
Hook ieee80211_media_change() to ieee80211_vap_attach().
bschmidt
2010-04-11
1
-2
/
+1
*
iwn5000_reset_sched() is not used; #ifdef it.
bschmidt
2010-04-11
1
-0
/
+4
*
Add some missing protoypes.
bschmidt
2010-04-11
1
-1
/
+26
*
iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power to
bschmidt
2010-04-10
1
-0
/
+4
*
* Rename bluetooth coexistence flags, no binary change.
bschmidt
2010-04-10
3
-24
/
+57
*
Small whitespace cleanup.
bschmidt
2010-04-10
1
-10
/
+8
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
2
-22
/
+13
*
Fix for the Intel WiFi Link 1000. The EEPROM image is in the OTPROM block
bschmidt
2010-02-15
1
-7
/
+7
*
o add more notification strings in iwn_intr_str()
rpaulo
2010-01-25
2
-2
/
+16
*
Revert iwn channel-argument handling of set_txpower() to r201822
keramida
2010-01-09
2
-13
/
+19
*
Fix array overflow.
trasz
2010-01-08
1
-1
/
+1
*
iwn(4) update. Notable changes:
rpaulo
2009-12-29
3
-707
/
+1477
*
Updates to the iwn driver:
rpaulo
2009-10-24
1
-45
/
+109
*
Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.
rpaulo
2009-10-23
3
-2602
/
+4498
*
For ic_opmode switch cases, provide a default label with a printf saying
rpaulo
2009-07-10
1
-1
/
+2
*
validate tx rate(s) in the raw xmit path
sam
2009-05-29
1
-0
/
+6
*
Overhaul monitor mode handling:
sam
2009-05-20
2
-37
/
+18
*
Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform
thompsa
2009-05-10
1
-0
/
+3
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
2
-255
/
+106
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-6
/
+0
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-11
/
+11
*
Remove gratuitous unlock in error case.
jmallett
2009-03-24
1
-1
/
+0
*
remove references to ic_stats
sam
2009-02-13
1
-3
/
+0
*
o use the new association callback to notify the driver when joining a bss
sam
2008-10-27
1
-5
/
+0
*
Add MSI support.
mav
2008-10-24
1
-1
/
+6
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
1
-2
/
+3
*
We can not call iwn_start directly in the interrupt
delphij
2008-05-26
1
-3
/
+14
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-1
/
+2
*
Unify all the wifi *_ioctl routines
thompsa
2008-05-01
1
-7
/
+8
*
fix build
sam
2008-04-30
1
-2
/
+2
*
disable HT capabilities until we sort out firmware issues
sam
2008-04-29
1
-1
/
+3
*
Intel 4965 wireless driver (derived from openbsd driver of the same name)
sam
2008-04-29
3
-0
/
+5827