summaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-141-2/+0Star
|/
* mac80211: update HE IEs to D3.3Liad Kaufman2019-02-221-10/+25
* mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen2019-01-191-3/+65
* mac80211: debugfs: avoid variable shadowingJohannes Berg2018-11-091-7/+7
* wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-051-22/+55
* mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-051-2/+4
* mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325
* mac80211: Add txq flags to debugfsBen Greear2018-01-311-3/+7
* debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-221-2/+2
* mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen2017-05-171-0/+6
* mac80211: add back lost debugfs filesJohannes Berg2017-02-071-0/+1
* mac80211: improve RX aggregation data in debugfsJohannes Berg2016-10-191-2/+7
* mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg2016-10-191-1/+1
* mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-151-4/+0Star
* mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-131-0/+52
* mac80211: add vht cap decode to debugfsBen Greear2016-05-311-2/+76
* mac80211: clean up station flags debugfsJohannes Berg2016-04-051-20/+43
* mac80211: remove sta_info debugfs sub-structJohannes Berg2016-04-051-11/+11
* mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan2016-04-051-2/+0Star
* mac80211: enable starting BA session with custom timeoutSara Sharon2016-04-051-17/+30
* mac80211: move station statistics into sub-structsJohannes Berg2015-10-211-3/+3
* mac80211: remove sta->last_ack_signalJohannes Berg2015-10-211-2/+0Star
* mac80211: clean up station debugfsJohannes Berg2015-05-051-84/+0Star
* mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-051-1/+0Star
* mac80211: remove TX latency measurement codeJohannes Berg2015-02-281-134/+0Star
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-5/+5
* mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov2014-11-191-2/+3
* Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville2014-09-151-0/+1
|\
| * mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-1/+1
|\ \ | |/ |/|
| * mac80211: fix agg_status debugfs file alignmentJohannes Berg2014-08-261-1/+1
* | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-151-1/+2
|/
* mac80211: Use ktime_get_ts()Thomas Gleixner2014-06-231-1/+1
* mac80211: remove weak WEP IV accountingJohannes Berg2014-06-231-1/+0Star
* mac80211: fix agg_status debugfs file writeJohannes Berg2014-02-041-1/+1
* mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-021-0/+134
* mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg2013-08-011-0/+9
* mac80211: add beacon stats to debugfsBen Greear2013-04-081-0/+2
* mac80211: add VHT capabilities station debugfs fileJohannes Berg2013-03-061-0/+31
* mac80211: mesh power save basicsMarco Porsch2013-02-041-2/+3
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-111-1/+0Star
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-101-0/+3
* mac80211: add debugfs file for last rx rateSaravana2012-11-291-0/+18
* mac80211: add debugfs file for current tx rateSaravana2012-11-291-0/+16
* mac80211: add debugfs file for last ack signalSaravana2012-11-291-0/+2
* mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan2012-11-211-0/+9
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-2/+2
|\