qcacld-3.0: Remove op_class_for_pref_off_chan_is_set

The field op_class_for_pref_off_chan_is_set in struct
tdls_peer_mlme_info is unused, so remove it.

Change-Id: I5c2ed954215677a25245e108a35c33fc7c33c247
CRs-Fixed: 2375420
This commit is contained in:
Jeff Johnson
2018-12-28 22:48:00 -08:00
کامیت شده توسط nshrivas
والد d2e8f7748a
کامیت f4d3d49ab2

مشاهده پرونده

@@ -296,7 +296,6 @@ struct tdls_peer_mlme_info {
* @is_forced_peer: is forced peer
* @op_class_for_pref_off_chan: op class for preferred off channel
* @pref_off_chan_num: preferred off channel number
* @op_class_for_pref_off_chan_is_set: op class for preferred off channel set
* @peer_idle_timer: time to check idle traffic in tdls peers
* @is_peer_idle_timer_initialised: Flag to check idle timer init
* @spatial_streams: Number of TX/RX spatial streams for TDLS
@@ -328,7 +327,6 @@ struct tdls_peer {
bool is_forced_peer;
uint8_t op_class_for_pref_off_chan;
uint8_t pref_off_chan_num;
uint8_t op_class_for_pref_off_chan_is_set;
qdf_mc_timer_t peer_idle_timer;
bool is_peer_idle_timer_initialised;
uint8_t spatial_streams;