summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-03-23 17:28:36 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-03-27 20:13:21 -0400
commitf0e72851f7ad108fed20426b46a18ab5fcd5729f (patch)
tree5e8d1795fa06127f9c9ae9755140eb0d871ae2f9 /tools/perf/scripts/python/bin/stackcollapse-report
parent2de8e0d999b8790861cd3749bec2236ccc1c8110 (diff)
downloadkernel-f0e72851f7ad108fed20426b46a18ab5fcd5729f.tar.gz
mac80211: fix A-MPDU queue assignment
Internally, mac80211 requires the skb's queue mapping to be set to the AC queue, not the virtual A-MPDU queue. This is not done correctly currently, this patch moves the code down to directly before the driver is invoked and adds a comment that it will be moved into the driver later. Since this requires __ieee80211_tx() to have the sta pointer, make sure to provide it in ieee80211_tx_pending(). Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Reviewed-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
5a9413e0422233b285368e8a9a64e461187'>fs/ntfs3: Code formatting and refactoringKonstantin Komarov 2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov 2023-03-27fs/ntfs3: Enhance the attribute size checkEdward Lo 2022-11-14fs/ntfs3: Make if more readableKonstantin Komarov 2022-09-30fs/ntfs3: Validate resident attribute nameEdward Lo 2022-09-30fs/ntfs3: Add overflow check for attribute sizeedward lo 2022-09-30fs/ntfs3: Add comments about cluster sizeKonstantin Komarov 2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov 2022-06-06fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov 2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander 2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov 2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov 2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander 2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander 2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander 2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov