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
/
net80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
add an assert to verify the number of channels returned by ic_getradiocaps
sam
2009-01-28
1
-0
/
+2
*
change null_getradiocaps to return the actual count of channels instead
sam
2009-01-28
1
-1
/
+1
*
Extend channel definition with:
sam
2009-01-27
1
-0
/
+3
*
fix comment
sam
2009-01-27
1
-1
/
+1
*
Remove assumptions about the max # channels in ioctl's:
sam
2009-01-27
2
-30
/
+73
*
change ic_getradiocaps driver callback to include the max # channels
sam
2009-01-27
3
-6
/
+8
*
o add country codes from Atheros regulatory; these are not listed in
sam
2009-01-27
1
-10
/
+43
*
o make %b msg bit defines public (to user apps too)
sam
2009-01-27
7
-61
/
+61
*
fill in ieee channel #'s and max tx power for drivers that work exclusively
sam
2009-01-27
1
-0
/
+15
*
add new state bit to indicate when interference is observed on the channel
sam
2009-01-27
1
-0
/
+3
*
change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return true
sam
2009-01-27
1
-2
/
+2
*
define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of their
sam
2009-01-27
1
-2
/
+2
*
If the parent up/down task was queued then sync with it before returning from
thompsa
2009-01-25
1
-0
/
+3
*
fix regulatory state check for all vaps' being down; it must be done
sam
2009-01-23
1
-7
/
+7
*
add defines for driver-private bits to eliminate use of constants
sam
2009-01-23
1
-1
/
+4
*
add missing return that broke WPA1+2 support
sam
2009-01-11
1
-0
/
+1
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
18
-20
/
+1024
*
only mark an infrastructure node to require an associd for xmit; fixes adhoc
sam
2009-01-07
1
-1
/
+4
*
mark discovered neighbors QoS capable if they advertise wme
sam
2008-12-31
1
-0
/
+4
*
follow prevailing style
sam
2008-12-31
3
-3
/
+3
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
14
-51
/
+51
*
fix comment
sam
2008-12-16
1
-1
/
+1
*
Fix ucastkey teardown for drivers that plumb clear keys or similar
sam
2008-12-15
1
-1
/
+1
*
remove extraneous ';'
sam
2008-12-15
1
-1
/
+1
*
Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but
sam
2008-12-15
9
-33
/
+20
*
Replace adhoc checks in ieee80211_start with a per-node flag that
sam
2008-12-15
5
-17
/
+19
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
correct sorting
sam
2008-11-23
1
-1
/
+1
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
3
-3
/
+3
*
Fix checks for fast frames negotiation. ni_ath_flags holds the
sam
2008-10-30
4
-4
/
+4
*
o use the new association callback to notify the driver when joining a bss
sam
2008-10-27
2
-2
/
+11
*
o re-enable a lock assert
sam
2008-10-26
1
-5
/
+5
*
Fix joining an 11b BSS: scanning is normally done using 11g channels
sam
2008-10-26
1
-17
/
+72
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
8
-113
/
+285
*
move decl up before first use
sam
2008-10-26
1
-1
/
+1
*
introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 header
sam
2008-10-26
2
-1
/
+8
*
fix comment that belonged w/ previous commit
sam
2008-10-26
1
-3
/
+2
*
change ieee80211_send_probereq to supply raw xmit parameters so it can
sam
2008-10-26
1
-2
/
+19
*
change ieee80211_send_nulldata to send a QoS Null Data frame to a
sam
2008-10-26
1
-14
/
+51
*
o change ieee80211_mgmt_output to take a raw xmit parameters block so
sam
2008-10-26
4
-30
/
+45
*
fix old merge botch that causes gaps in the tx seq# space for QoS frames
sam
2008-10-26
1
-1
/
+0
*
Sync BAR frame handling with out of tree work:
sam
2008-10-25
3
-56
/
+190
*
set erp flag and tx parameter state when joining a bss; this allows
sam
2008-10-25
1
-0
/
+3
*
honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vap
sam
2008-10-25
1
-5
/
+3
*
improve inactivity handling debug support
sam
2008-10-25
1
-5
/
+29
*
use a private mgt frame recv handler for ahdemo mode instead of an inline
sam
2008-10-25
1
-4
/
+24
*
expand captured ie's before calling match_bss so they can potentially
sam
2008-10-25
1
-1
/
+1
*
change ieee80211_sta_join to take an explicit channel instead of
sam
2008-10-25
4
-7
/
+18
*
o add support for ifconfig wlanX mode foo
sam
2008-10-25
1
-62
/
+8
*
add debug msgs
sam
2008-10-25
1
-5
/
+28
[next]