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
/
ipw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use 64-byte header on each packet in radiotap.
kevlo
2007-06-29
1
-3
/
+4
*
Update 802.11 wireless support:
sam
2007-06-11
1
-13
/
+24
*
Drop the ipw softc lock before calling back into net80211, fixing a
le
2007-03-24
1
-0
/
+2
*
allow net80211 to fillin rate sets
sam
2007-03-11
1
-9
/
+0
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
2
-2
/
+2
*
Hold on to firmware images until the interface detaches since
iedowse
2006-06-10
2
-5
/
+17
*
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
*
Don't read channel list from EEPROM since we were already scanning all
damien
2006-03-13
1
-10
/
+5
*
sync w/ iwi:
damien
2006-03-12
3
-267
/
+252
*
Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.
damien
2005-11-20
1
-6
/
+6
*
Be more robust when handling Rx interrupts. If we can't allocate and DMA map
damien
2005-11-13
1
-24
/
+42
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+2
*
Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully
damien
2005-08-20
1
-2
/
+1
*
Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.
damien
2005-08-20
1
-6
/
+0
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-11
/
+11
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-1
/
+1
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
1
-1
/
+1
*
fix allocation of rx dma buffers. buffers must be contiguous.
damien
2005-07-08
1
-2
/
+2
*
reclaim mbuf when ieee80211_crypto_encap fails
sam
2005-07-07
1
-1
/
+3
*
o Make ipw(4) more robust against frames received with a bad length.
damien
2005-07-03
1
-3
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-4
/
+11
*
Printing a warning once when trying to bring up interface before firmware load.
avatar
2005-06-01
2
-0
/
+4
*
Clear device-specific PCI register 0x41 during attach and on resume.
damien
2005-05-22
1
-0
/
+4
*
Initial import of ipw, iwi, ral and ural drivers:
damien
2005-04-18
3
-0
/
+2729