summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2020-03-25 09:05:32 +0100
committerJohannes Berg <johannes.berg@intel.com>2020-03-25 09:58:43 +0100
commit0016d3201753b59f3ae84b868fe66c86ad256f19 (patch)
tree84d33f3b3a749041a1e2171f2995f4908a85eff5 /tools/perf/scripts/python/export-to-sqlite.py
parent2de9780f75076c1a1f122cbd39df0fa545284724 (diff)
downloadkernel-0016d3201753b59f3ae84b868fe66c86ad256f19.tar.gz
nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type
The new opmode notification used this attribute with a u8, when it's documented as a u32 and indeed used in userspace as such, it just happens to work on little-endian systems since userspace isn't doing any strict size validation, and the u8 goes into the lower byte. Fix this. Cc: stable@vger.kernel.org Fixes: 466b9936bf93 ("cfg80211: Add support to notify station's opmode change to userspace") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Link: https://lore.kernel.org/r/20200325090531.be124f0a11c7.Iedbf4e197a85471ebd729b186d5365c0343bf7a8@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
r>2007-11-18ACPI: SBS: Fix retval warningJeff Garzik 2007-09-27ACPI: SBS: Add sysfs alarmAlexey Starikovskiy 2007-09-27ACPI: SBS: Add ACPI_PROCFS around procfs handling code.Alexey Starikovskiy 2007-09-27ACPI: SBS: Add support for power_supply class (and sysfs)Alexey Starikovskiy 2007-09-27ACPI: SBS: Make SBS reads table-driven.Alexey Starikovskiy 2007-09-27ACPI: SBS: Simplify data structures in SBSAlexey Starikovskiy 2007-09-27ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)Alexey Starikovskiy 2007-09-27ACPI: Add acpi_bus_generate_event4() functionAlexey Starikovskiy 2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown 2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui 2007-08-03ACPI: sbs: remove dead codeAdrian Bunk 2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger 2007-06-23ACPI: sbs: probe smart battery vis SMBus controllerAlexey Starikovskiy 2007-03-22ACPI: sbs: Common interface with CM batteryVladimir Lebedev 2007-03-22ACPI: sbs: Debug messages correction/improvementVladimir Lebedev 2007-03-22ACPI: sbs: use EC rather than I2CVladimir Lebedev 2007-02-16Pull bugzilla-7897 into release branchLen Brown 2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown 2007-02-12ACPI: fix acpi_driver.name usageLen Brown 2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown 2007-02-10ACPI: sbs: fix present rateVladimir Lebedev