diff options
author | Fabio M. De Francesco <[email protected]> | 2021-04-13 12:20:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-04-14 10:21:19 +0200 |
commit | c3db59cfe16ad81d691904d9420fdefa34063b29 (patch) | |
tree | 05b3dee9d56708a78cc7e6fd3e2ec30c2499042f /lib/mpi/mpi-cmp.c | |
parent | 174250f8d965ac06823e8935917b26cee5bdeac5 (diff) |
staging: rtl8188eu: Move channel_table away from rtw_mlme_ext.h
Moved "static const struct channel_table[]" from include/rtw_mlme_ext.h
to core/rtw_ioctl_set.c because the latter is the only file that uses
that array of struct(s) in the whole driver. "make rtl8188eu/ W=1" output
several warnings about "'channel_table' defined but not used
[-Wunused-const-variable=]".
Signed-off-by: Fabio M. De Francesco <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions