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
*
ipw: switch to ieee80211_add_channel()
avos
2016-05-19
2
-13
/
+42
*
net80211 & wireless drivers: remove duplicate defines (noop)
adrian
2015-09-22
1
-3
/
+1
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
2
-148
/
+87
*
Convert more ifp->if_softc -> ic->ic_softc.
adrian
2015-08-17
1
-16
/
+9
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
2
-95
/
+163
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
2
-163
/
+95
*
Set ic_softc in all 802.11 drivers. Not required right now, but will be
glebius
2015-05-25
1
-0
/
+1
*
Don't compare array to NULL.
glebius
2015-05-25
1
-5
/
+2
*
Make net80211 drivers supply their device name to the net80211 layer, so
glebius
2015-05-25
1
-0
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-5
/
+5
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-2
/
+2
*
- Probe with BUS_PROBE_DEFAULT instead of 0.
marius
2013-12-29
2
-25
/
+15
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Use suspend/resume methods provided by net80211. This ensures that the
bschmidt
2012-03-23
1
-6
/
+4
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
2
-7
/
+24
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-7
/
+7
*
Add module version to iwi/ipw/wpi and iwn.
bschmidt
2011-05-31
1
-0
/
+2
*
Enable 5.5 and 11Mbit TX rates.
bschmidt
2010-05-11
1
-3
/
+3
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Remove IPW_LOCK_DECL and fix various LORs.
bschmidt
2010-04-17
2
-22
/
+16
*
Use iv_appie_wpa, with this commit WPA works again.
bschmidt
2010-04-17
1
-2
/
+2
*
- Make ipw usable again by moving directly into ASSOC state.
bschmidt
2010-04-17
1
-1
/
+7
*
Pass correct RSSI to ieee80211_input*().
bschmidt
2010-04-17
1
-2
/
+2
*
Fix comment about ipw_assoc and remove some whitespaces; no functional
bschmidt
2010-04-17
1
-6
/
+6
*
For ic_opmode switch cases, provide a default label with a printf saying
rpaulo
2009-07-10
1
-0
/
+3
*
Overhaul monitor mode handling:
sam
2009-05-20
2
-32
/
+21
*
Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform
thompsa
2009-05-10
1
-0
/
+3
*
Drain the tasks before the interface stop call in case a restart was queued.
thompsa
2009-05-08
1
-1
/
+1
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
2
-108
/
+38
*
Drain the driver tasks on the same taskqueue in which they were enqueued.
thompsa
2009-04-17
1
-3
/
+3
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-5
/
+0
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-7
/
+8
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
Minor cleanup of vap create work:
sam
2008-05-12
1
-1
/
+3
*
Only start the vaps if the init routine completed.
thompsa
2008-05-10
1
-1
/
+2
*
Unify all the wifi *_ioctl routines
thompsa
2008-05-01
1
-7
/
+9
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
2
-574
/
+507
*
Plug two potential (root-only, local) information leaks. buf is not
philip
2007-12-05
1
-4
/
+4
*
Cast 'data' to 'u_char', as printf() requires this type to be unsigned. This
wkoszek
2007-12-04
1
-1
/
+1
*
Remove unneeded debug printf that is broken on 64bit arches.
thompsa
2007-10-12
1
-1
/
+1
*
Update ipw to work with the new net80211 stack, plus other driver improvements.
thompsa
2007-10-12
3
-219
/
+868
*
o add 802.11 state machine states for DFS and client-side power save
sam
2007-09-05
1
-0
/
+1
*
MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of
avatar
2007-07-05
1
-1
/
+2
*
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
[next]