Skip to content

Commit

Permalink
qca_7k_common: Drop unused len from qcafrm_handle
Browse files Browse the repository at this point in the history
This member is never used. So drop it.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stefan Wahren authored and David S. Miller committed Jan 31, 2024
1 parent c453884 commit 22d70f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/ethernet/qualcomm/qca_7k_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ struct qcafrm_handle {

/* Offset in buffer (borrowed for length too) */
u16 offset;

/* Frame length as kept by this module */
u16 len;
};

u16 qcafrm_create_header(u8 *buf, u16 len);
Expand Down

0 comments on commit 22d70f6

Please sign in to comment.