index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
ht.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-10
mac80211: set HT channel before association
Johannes Berg
1
-9
/
+0
2011-12-15
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
Helmut Schaa
1
-1
/
+1
2011-12-06
mac80211: Remove WARN_ON in apply-ht-override logic.
Ben Greear
1
-1
/
+3
2011-12-06
mac80211: Add HT operation modes for IBSS
Alexander Simon
1
-0
/
+2
2011-11-28
mac80211: Make __check_htcap_disable static.
Ben Greear
1
-3
/
+3
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
1
-0
/
+1
2011-11-21
mac80211: Support ht-cap over-rides.
Ben Greear
1
-1
/
+82
2011-11-08
mac80211: allow frame aggregation for mesh
Thomas Pedersen
1
-1
/
+2
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-09-30
mac80211: optimise station flags
Johannes Berg
1
-1
/
+1
2011-09-13
mac80211: Remove unnecessary OOM logging messages
Joe Perches
1
-5
/
+1
2011-06-07
mac80211: Stop BA session event from device
Shahar Levi
1
-0
/
+6
2011-05-16
mac80211: sparse RCU annotations
Johannes Berg
1
-1
/
+1
2011-05-16
mac80211: fix TX a-MPDU locking
Johannes Berg
1
-6
/
+21
2011-02-25
mac80211: copy peer MCS TX parameters
Johannes Berg
1
-1
/
+4
2010-10-13
mac80211: fix SMPS request
Johannes Berg
1
-0
/
+2
2010-10-06
mac80211: avoid transmitting delBA to old AP
Johannes Berg
1
-7
/
+10
2010-08-16
mac80211: allow drivers to request SM PS mode change
Johannes Berg
1
-0
/
+28
2010-07-16
mac80211: skip HT parsing if HW does not support HT
Christian Lamparter
1
-1
/
+1
2010-06-14
mac80211: change TX aggregation locking
Johannes Berg
1
-6
/
+2
2010-06-14
mac80211: change RX aggregation locking
Johannes Berg
1
-1
/
+5
2010-06-14
mac80211: defer RX agg session teardown to work
Johannes Berg
1
-0
/
+5
2010-06-14
mac80211: move BA session work
Johannes Berg
1
-0
/
+32
2010-06-14
mac80211: make TX aggregation start/stop request async
Johannes Berg
1
-0
/
+2
2010-06-14
mac80211: use RCU for TX aggregation
Johannes Berg
1
-7
/
+2
2010-04-07
mac80211: remove ieee80211_sta_stop_rx_ba_session
Johannes Berg
1
-2
/
+1
2009-12-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-3
/
+50
2009-12-22
mac80211: enable spatial multiplexing powersave
Johannes Berg
1
-0
/
+47
2009-12-21
mac80211: reduce reliance on netdev
Johannes Berg
1
-3
/
+3
2009-12-21
mac80211: fix peer HT capabilities
Johannes Berg
1
-3
/
+22
2009-12-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+3
2009-11-30
mac80211: fix spurious delBA handling
Johannes Berg
1
-5
/
+3
2009-11-18
mac80211: remove encrypt parameter from ieee80211_tx_skb
Johannes Berg
1
-1
/
+1
2009-11-18
mac80211: convert aggregation to operate on vifs/stas
Johannes Berg
1
-2
/
+1
2009-10-30
mac80211: fix reason code output endianness
Johannes Berg
1
-1
/
+1
2009-04-22
cfg80211: clean up includes
Johannes Berg
1
-1
/
+0
2009-04-22
mac80211: move ieee80211_enable_ht function to mlme.c
Johannes Berg
1
-83
/
+0
2009-02-27
mac80211: Extend the rate control API with an update callback
Sujith
1
-0
/
+13
2009-02-27
mac80211: split IBSS/managed code
Johannes Berg
1
-3
/
+3
2009-02-13
mac80211: further cleanups to stopping BA sessions
Johannes Berg
1
-6
/
+3
2009-02-13
mac80211: clean up BA session teardown
Johannes Berg
1
-4
/
+4
2009-02-13
mac80211: restrict aggregation to supported interface modes
Johannes Berg
1
-1
/
+2
2009-02-13
mac80211: restructure HT code
Johannes Berg
1
-856
/
+11
2009-01-29
mac80211: cleanup kmalloc/memset -> kcalloc
Wei Yongjun
1
-3
/
+1
2009-01-29
mac80211: 802.11w - Do not force Action frames to disable encryption
Jouni Malinen
1
-3
/
+3
2009-01-29
mac80211: clean up channel type config
Johannes Berg
1
-3
/
+5
2009-01-29
mac80211: no need for ht.enabled
Luis R. Rodriguez
1
-2
/
+1
2009-01-13
mac80211: fix "‘ret’ may be used uninitialized" warning
John W. Linville
1
-1
/
+1
2008-12-19
mac80211: Fix HT channel selection
Sujith
1
-11
/
+24
2008-11-25
mac80211: Use the HT capabilities from the IE instead of the station's caps.
Sujith
1
-1
/
+1
[next]