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
/
iwi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
1
-3
/
+4
*
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
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
2
-584
/
+553
*
Plug two potential (root-only, local) information leaks. buf is not
philip
2007-12-05
1
-4
/
+4
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Add missing bits that made bg scanning lame:
sam
2007-09-05
1
-0
/
+6
*
Remove the lock assert from iwi_newstate, this function does not need the lock
thompsa
2007-08-29
1
-1
/
+0
*
The config.use_protection option can not be used in 802.11b mode and causes a
thompsa
2007-06-25
1
-16
/
+17
*
MFp4 (missed in net80211 megaupdate)
thompsa
2007-06-11
2
-7
/
+25
*
Update 802.11 wireless support:
sam
2007-06-11
3
-385
/
+561
*
Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing
jhb
2007-03-21
1
-1
/
+1
*
allow net80211 to fillin rate sets
sam
2007-03-11
1
-19
/
+0
*
change ic_modecaps to a bit vector and use setbit, et. al.
sam
2007-03-11
1
-6
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,
luigi
2007-02-20
2
-25
/
+21
*
Address a few issues with the iwi driver, namely:
luigi
2007-02-20
2
-78
/
+147
*
Document the endiannes of firmware headers
luigi
2007-02-20
1
-1
/
+9
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
2
-3
/
+3
*
Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.
kevlo
2007-02-02
1
-15
/
+18
*
Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.
kevlo
2006-12-07
1
-0
/
+2
*
Drop the iwi softc lock when calling back into net80211 on rx. This fixes a
mlaier
2006-12-06
1
-0
/
+3
*
Fix some edge cases in detach (including attach failures):
jhb
2006-11-07
1
-3
/
+2
*
net80211 seems to give us more rates than specified via ic_sup_rates under
mlaier
2006-10-23
2
-1
/
+7
*
Remind firmware of the ESSID to use in a directed scan. This fixes scanning
mlaier
2006-10-10
1
-3
/
+17
*
set default beacon miss threshold to 10 beacons
sam
2006-07-26
1
-0
/
+1
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-1
/
+1
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-2
/
+2
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
MFp4: reworked iwi-driver
mlaier
2006-04-27
3
-702
/
+1729
*
o don't use '-' characters in firmware names
damien
2006-03-12
2
-18
/
+34
*
add dependency with firmware module.
damien
2006-03-11
1
-0
/
+1
*
Fix build.
ru
2006-03-11
1
-2
/
+2
*
o acknowledge interrupts early in the interrupt handler
damien
2006-03-10
2
-10
/
+13
*
make use of the firmware(9) subsystem.
damien
2006-03-10
2
-158
/
+73
*
fix the locking.
damien
2006-03-10
2
-28
/
+73
*
correct check for whether wpa is enabled
sam
2006-02-20
1
-1
/
+1
*
o Re-enable scatter/gather
damien
2006-01-29
2
-37
/
+45
*
Don't use /etc/firmware. /etc is for configuration files only.
damien
2005-11-20
1
-1
/
+1
*
Fix compile on 64-bit platforms.
scottl
2005-11-20
1
-2
/
+4
*
Load firmware images directly from the filesystem (looks into /etc/firmware
damien
2005-11-19
3
-153
/
+165
*
Fix endianness issues. iwi now works on big endian architectures too.
damien
2005-11-13
1
-10
/
+10
*
Be more robust when handling Rx interrupts. If we can't allocate and DMA map
damien
2005-11-13
1
-20
/
+40
*
Fixes my previous commit (rev 1.20)
damien
2005-10-07
1
-3
/
+3
*
o Use firmware extended scan command; this one doesn't crash when scanning
damien
2005-10-06
2
-21
/
+29
*
Use phk's kernel unit number allocator to associate unique ids to neighbors
damien
2005-09-19
3
-45
/
+76
*
It's safe to wait for command completion in iwi_config().
damien
2005-09-19
1
-1
/
+2
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+2
*
o Add initial bits for IBSS support.
damien
2005-09-17
3
-25
/
+110
*
Enhanced WME (802.11e) support.
damien
2005-08-21
2
-5
/
+65
[next]