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
/
wtap
Commit message (
Expand
)
Author
Age
Files
Lines
*
etc: minor spelling fixes.
pfg
2016-05-02
3
-4
/
+4
*
wtap: do not include <sys/types.h> when <sys/param.h> is already included
avos
2015-12-13
3
-4
/
+0
*
wtap: remove some obsolete radiotap(9) code
avos
2015-10-22
1
-6
/
+0
*
net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...
adrian
2015-10-03
1
-2
/
+2
*
net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap
adrian
2015-09-22
2
-4
/
+3
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
2
-208
/
+29
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
2
-29
/
+208
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
2
-208
/
+29
*
Make it compilable. No idea if it works.
glebius
2015-08-06
2
-3
/
+3
*
Change three methods in struct ieee80211com, namely ic_updateslot,
glebius
2015-05-25
1
-5
/
+2
*
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
3
-0
/
+4
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-5
/
+5
*
wtap should not set the IEEE80211_F_DATAPAD flag;
monthadar
2012-12-18
1
-5
/
+1
*
wtap fix malloc/free.
monthadar
2012-12-18
1
-4
/
+5
*
wtap should check if ieee80211_vap_setup fails.
monthadar
2012-12-18
1
-0
/
+4
*
wtap: fix clang warning.
monthadar
2012-12-18
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
2
-3
/
+3
*
Don't grab an unreferenced pointer to the VAP bss node.
adrian
2012-08-27
1
-3
/
+9
*
Fix wtap to not panic in wtap_beacon_intrp.
monthadar
2012-07-31
1
-2
/
+6
*
Remove this - it's not needed as it's defined in ieee80211_freebsd.h.
adrian
2012-03-19
1
-4
/
+0
*
Correctly calculate the callout interval for beacon generation.
adrian
2012-03-14
1
-1
/
+5
*
Enforce that wtap requires VIMAGE to be useful.
adrian
2012-03-10
1
-0
/
+7
*
Add a module dependency on wlan.
adrian
2012-02-16
1
-0
/
+1
*
Remove direct access to si_name.
ed
2012-02-10
1
-2
/
+2
*
Introduce wtap, the beginnings of a net80211 wlan simulator.
adrian
2012-01-11
13
-0
/
+2339