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
*
net80211: WME callback cleanup in various drivers
avos
2015-11-05
2
-16
/
+6
*
net80211 & wireless drivers: remove duplicate defines (noop)
adrian
2015-09-22
1
-5
/
+3
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
2
-184
/
+133
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
2
-133
/
+184
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
2
-184
/
+133
*
Make the last revision compilable.
glebius
2015-06-02
1
-4
/
+5
*
The argument passed to the iwi_update_wme() is softc, not ieee80211com.
glebius
2015-06-02
1
-2
/
+1
*
Set ic_softc in all 802.11 drivers. Not required right now, but will be
glebius
2015-05-25
1
-0
/
+1
*
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
-6
/
+6
*
Fix sizeof modifier for sizeof() in printf
eadler
2014-03-30
1
-1
/
+1
*
Add support to export the contents of the notification updates from the firmw...
adrian
2014-03-29
4
-2
/
+138
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-1
/
+1
*
- Probe with BUS_PROBE_DEFAULT instead of 0.
marius
2013-12-29
2
-22
/
+12
*
The bssid can change from underneath us, so take a reference before
adrian
2013-11-26
1
-3
/
+10
*
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
*
Fix wrong asresp frame parsing in iwi_checkforqos().
iwasaki
2012-03-10
1
-2
/
+2
*
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
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-3
/
+3
*
The firmware does pad notifications to an even number of bytes (at least
bschmidt
2010-10-23
1
-2
/
+2
*
The firmware always sets bit 14 and 15, to get the real associd we need
bschmidt
2010-10-21
1
-1
/
+1
*
Instead of calling return when reaching the end of the assoc notification
bschmidt
2010-10-21
1
-1
/
+1
*
Fix monitor mode which is implemented by doing a firmware scan. This
bschmidt
2010-10-12
2
-1
/
+34
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
For ic_opmode switch cases, provide a default label with a printf saying
rpaulo
2009-07-10
1
-1
/
+2
*
rssi/nf data are now dbm, tag them accordingly
sam
2009-05-21
1
-2
/
+2
*
o remove bpf tap call missed in r192468
sam
2009-05-21
1
-3
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
2
-28
/
+19
*
Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform
thompsa
2009-05-10
1
-0
/
+3
*
push wme parameter setting to the taskq thread; the update callback from
sam
2009-05-09
2
-7
/
+21
*
Drain the tasks before the interface stop call in case a restart was queued.
thompsa
2009-05-08
1
-5
/
+5
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
2
-259
/
+89
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-7
/
+0
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-10
/
+10
*
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
[next]