aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03wifi: mac80211: fix spelling typo in commentZheng tan1-1/+1
2023-11-27wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg1-32/+42
2023-09-11wifi: mac80211: lock wiphy for aggregation debugfsJohannes Berg1-1/+3
2023-06-19wifi: mac80211: add eht_capa debugfs fieldBen Greear1-0/+185
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-2/+3
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-4/+2
2022-10-07wifi: mac80211: include link address in debugfsBenjamin Berg1-0/+15
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-22/+105
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau1-2/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-12/+12
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-6/+6
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-6/+6
2022-04-11mac80211: fix ht_capa printout in debugfsBen Greear1-1/+1
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-4/+5
2021-10-21mac80211: debugfs: calculate free buffer size correctlyMordechay Goodstein1-44/+47
2021-09-23mac80211: reduce stack usage in debugfsJohannes Berg1-7/+31
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-12/+12
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-8/+8
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-9/+10
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-0/+1
2020-12-11mac80211: remove trailing semicolon in macro definitionsTom Rix1-1/+1
2020-11-06mac80211: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg1-1/+2
2020-01-02Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-18/+58
2019-12-13mac80211: Always show airtime debugfs file when TXQs are enabledToke Høiland-Jørgensen1-4/+2
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-18/+58
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+3
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan1-10/+33
2019-11-09mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven1-14/+3
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman1-10/+25
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen1-3/+65
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg1-7/+7
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-22/+55
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg1-2/+4
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv1-0/+325
2018-01-31mac80211: Add txq flags to debugfsBen Greear1-3/+7
2018-01-22debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen1-0/+6
2017-02-07mac80211: add back lost debugfs filesJohannes Berg1-0/+1
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg1-2/+7
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg1-1/+1
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg1-4/+0
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen1-0/+52
2016-05-31mac80211: add vht cap decode to debugfsBen Greear1-2/+76
2016-04-05mac80211: clean up station flags debugfsJohannes Berg1-20/+43
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg1-11/+11
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan1-2/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon1-17/+30
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-3/+3
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg1-2/+0
2015-05-05mac80211: clean up station debugfsJohannes Berg1-84/+0
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg1-1/+0
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg1-134/+0
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-5/+5
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov1-2/+3
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville1-0/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26mac80211: fix agg_status debugfs file alignmentJohannes Berg1-1/+1
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-1/+2
2014-06-23mac80211: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-06-23mac80211: remove weak WEP IV accountingJohannes Berg1-1/+0
2014-02-04mac80211: fix agg_status debugfs file writeJohannes Berg1-1/+1
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb1-0/+134
2013-08-01mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg1-0/+9
2013-04-08mac80211: add beacon stats to debugfsBen Greear1-0/+2
2013-03-06mac80211: add VHT capabilities station debugfs fileJohannes Berg1-0/+31
2013-02-04mac80211: mesh power save basicsMarco Porsch1-2/+3
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar1-1/+0
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar1-0/+3
2012-11-29mac80211: add debugfs file for last rx rateSaravana1-0/+18
2012-11-29mac80211: add debugfs file for current tx rateSaravana1-0/+16
2012-11-29mac80211: add debugfs file for last ack signalSaravana1-0/+2
2012-11-21mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan1-0/+9
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-5/+5
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2012-04-10mac80211: Implement mesh synchronization frameworkJavier Cardona1-2/+3
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-2/+2
2012-02-06mac80211: call rate control only after initJohannes Berg1-2/+2
2012-01-30mac80211: station state transition error handlingJohannes Berg1-2/+3
2011-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-11-21mac80211: remove unused ASSOC_AP flagJohannes Berg1-2/+2
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-09-30mac80211: add missing station flags to debugfsJohannes Berg1-11/+14
2011-09-30mac80211: optimise station flagsJohannes Berg1-10/+10
2011-09-30mac80211: split PS buffers into ACsJohannes Berg1-2/+8
2011-04-19mac80211: fix debugfs printk format warningRandy Dunlap1-1/+1
2011-04-12{mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan1-0/+26
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-1/+1
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg1-14/+15
2010-11-15mac80211: refactor debugfs function generation codeEliad Peller1-16/+10
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+3
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-1/+2
2010-09-27mac80211: Support multiple VIFS per AP in debugfs.Ben Greear1-1/+1
2010-09-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann1-0/+2
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-4/+1
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-4/+4
2010-06-14mac80211: use RCU for RX aggregationJohannes Berg1-3/+3
2010-06-03mac80211: reduce debugfs code sizeFelix Fietkau1-25/+20
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg1-2/+1
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg1-1/+64
2010-04-09mac80211: fix typo for LDPC capabilityLuis R. Rodriguez1-1/+1
2010-04-07mac80211: clean up/fix aggregation codeJohannes Berg1-5/+5
2010-03-09mac80211: deprecate RX status noiseJohannes Berg1-2/+0
2010-02-01mac80211: reduce stack usage in sta_agg_status_read()Pavel Roskin1-11/+13
2010-02-01mac80211: reduce stack usage in sta_ht_capa_read()Pavel Roskin1-1/+1
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez1-2/+10
2009-12-22mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez1-1/+47
2009-12-22mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-1/+1
2009-11-19mac80211: add per-station HT capability fileJohannes Berg1-0/+29
2009-11-06mac80211: async station powersave handlingJohannes Berg1-2/+3
2009-10-30mac80211: deprecate qual valueJohannes Berg1-2/+0
2009-10-30cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg1-29/+2
2009-07-10mac80211: improve per-sta debugfsJohannes Berg1-36/+62
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen1-2/+3
2008-10-31mac80211: minor code cleanupsJohannes Berg1-3/+3
2008-10-31mac80211: remove aggregation status write support from debugfsJohannes Berg1-72/+1
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg1-3/+2
2008-10-14mac80211: fix debugfs lockupJohannes Berg1-0/+11
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-2/+1
2008-09-15mac80211: share STA information with driverJohannes Berg1-3/+3
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-1/+1
2008-05-21mac80211: remove channel use statisticsJohannes Berg1-1/+0
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-1/+1
2008-05-14mac80211: proper STA info lockingJohannes Berg1-7/+8
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-38/+0
2008-04-08mac80211: make debugfs files root-onlyJohannes Berg1-1/+1
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-7/+10
2008-03-27mac80211: fix wrong Rx A-MPDU control via debugfsRon Rindjunsky1-2/+4
2008-03-06mac80211: clean up sta_info and document lockingJohannes Berg1-1/+1
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-2/+2
2008-02-29mac80211: remove STA infos last_ack stuffJohannes Berg1-29/+0
2008-02-29mac80211: fix debugfs_sta print_mac() warningJohannes Berg1-2/+3
2008-02-29mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg1-2/+1
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-2/+1
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-18/+0
2008-02-29mac80211: A-MPDU add debugfs supportRon Rindjunsky1-0/+116
2007-10-10[MAC80211]: kill vlan_idJohannes Berg1-1/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[MAC80211]: remove fake set_key() callJohannes Berg1-1/+0
2007-08-06[PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_readZhu Yi1-1/+1
2007-05-05[MAC80211]: Add debugfs attributes.Jiri Benc1-0/+246