diff options
author | Quytelda Kahja <quytelda@tamalin.org> | 2018-03-22 22:07:41 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-23 15:58:32 +0100 |
commit | 6024089f0bdad0695a54b32f2c498b2a1ae63c66 (patch) | |
tree | 3699d03d263755e58c888fbe57dbcc0cc9725e13 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 20e9cb0a646c08918ee509ac55376bc3d436c0e1 (diff) |
staging: ks7010: Factor out common members in request structs.
Most of the request structures defined in ks_hostif.h have common
members:
* __le16 phy_type;
* __le16 cts_mode;
* __le16 scan_type;
* __le16 capability;
* struct rate_set16_t rate_set;
Factor out these members into a common substructure of type
'hostif_request_t'. This allows a large portion of the request
initialization code in ks_hostif.c to be factored out into the
'init_request' function.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions