mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 15:07:13 -04:00
staging: rtl8192e: Remove unused struct chnl_txpow_triple
Remove unused struct chnl_txpow_triple. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/f66c7cd95ae460ccb376e9edce11b2b955c908cc.1700431464.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
30df513356
commit
7c9f034779
@@ -10,12 +10,6 @@
|
||||
|
||||
#include "rtllib.h"
|
||||
|
||||
struct chnl_txpow_triple {
|
||||
u8 first_channel;
|
||||
u8 num_channels;
|
||||
u8 max_tx_power;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct rt_dot11d_info
|
||||
* @channel_map: holds channel values
|
||||
|
||||
Reference in New Issue
Block a user