#!/bin/bash perf record -e net:net_dev_xmit -e net:net_dev_queue \ -e net:netif_receive_skb -e net:netif_rx \ -e skb:consume_skb -e skb:kfree_skb \ -e skb:skb_copy_datagram_iovec -e napi:napi_poll \ -e irq:irq_handler_entry -e irq:irq_handler_exit \ -e irq:softirq_entry -e irq:softirq_exit \ -e irq:softirq_raise $@ repository'/>
summaryrefslogtreecommitdiff
path: root/net/mac80211/vht.c
AgeCommit message (Expand)Author
2025-07-15wifi: mac80211: make VHT opmode NSS ignore a debug messageJohannes Berg
2025-01-13wifi: mac80211: add some support for RX OMI power savingJohannes Berg
2024-10-23wifi: mac80211: expose ieee80211_chan_width_to_rx_bw() to driversJohannes Berg
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg
2024-06-26wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg
2024-03-04wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg