Skip to content

Commit

Permalink
mt7615: mcu: remove unused structure in mcu.h
Browse files Browse the repository at this point in the history
Remove following struct no longer used:
- dev_info
- bss_info
- bss_info_tag_handler

Signed-off-by: Lorenzo Bianconi <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed May 11, 2019
1 parent 645bc45 commit 40c4201
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions mt7615/mcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,41 +131,11 @@ enum {
#define CONN_STATE_CONNECT 1
#define CONN_STATE_PORT_SECURE 2

struct dev_info {
u8 omac_idx;
u8 omac_addr[ETH_ALEN];
u8 band_idx;
u8 enable;
u32 feature;
};

enum {
DEV_INFO_ACTIVE,
DEV_INFO_MAX_NUM
};

struct bss_info {
u8 bss_idx;
u8 bssid[ETH_ALEN];
u8 omac_idx;
u8 band_idx;
u8 bmc_tx_wlan_idx; /* for bmc tx (sta mode use uc entry) */
u8 wmm_idx;
u32 network_type;
u32 conn_type;
u16 bcn_interval;
u8 dtim_period;
u8 enable;
u32 feature;
};

struct bss_info_tag_handler {
u32 tag;
u32 len;
void (*handler)(struct mt7615_dev *dev,
struct bss_info *bss_info, struct sk_buff *skb);
};

struct bss_info_omac {
__le16 tag;
__le16 len;
Expand Down

0 comments on commit 40c4201

Please sign in to comment.