aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2015-04-27 01:25:39 -0400
committerGreg Kroah-Hartman <[email protected]>2015-05-08 09:24:14 +0200
commitdb2616199e63c65373869224cc7c566b5db89a88 (patch)
tree6ee34d6cf33f61541a1675b8b4e8c026f620fafa /tools/perf/scripts/python
parent7c6e3f24c3e506d0e20b07ec8a2e7778b1294ca6 (diff)
rtl8192u: don't duplicate ieee80211 constants for status/auth/reason
These are all defined as a part of the standard and should not be duplicated on a per-driver basis. Use the global ones and delete the local ones. In switching to <linux/ieee80211.h> we have to delete a local copy of an identical struct that we prepped earlier to have identical field names, and we add explicit include <...> where needed in order to preserve getting a successful compile. This isn't the totality of duplicated data removed, but it is a start. Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions