mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
wifi: brcm80211: remove unused structs
'brcmf_pcie_core_info' was added in commit9e37f045d5("brcmfmac: Adding PCIe bus layer support.") but never used. 'brcms_c_bit_desc' last use was removed in commitcdf4352f5c("brcmsmac: Improve tx trace and debug support"). Remove them. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240526234553.286773-1-linux@treblig.org
This commit is contained in:
parent
dcb77f854a
commit
5bcd9a0a59
|
|
@ -313,11 +313,6 @@ struct brcmf_pcie_shared_info {
|
|||
u8 version;
|
||||
};
|
||||
|
||||
struct brcmf_pcie_core_info {
|
||||
u32 base;
|
||||
u32 wrapbase;
|
||||
};
|
||||
|
||||
#define BRCMF_OTP_MAX_PARAM_LEN 16
|
||||
|
||||
struct brcmf_otp_params {
|
||||
|
|
|
|||
|
|
@ -234,12 +234,6 @@
|
|||
/* max # tx status to process in wlc_txstatus() */
|
||||
#define TXSBND 8
|
||||
|
||||
/* brcmu_format_flags() bit description structure */
|
||||
struct brcms_c_bit_desc {
|
||||
u32 bit;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
/*
|
||||
* The following table lists the buffer memory allocated to xmt fifos in HW.
|
||||
* the size is in units of 256bytes(one block), total size is HW dependent
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user