Skip to content

Commit

Permalink
mt76: mt7921: remove duplicated macros in mcu.h
Browse files Browse the repository at this point in the history
Remove mcu definitions already available in mt76_connac_mcu.h

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Mar 18, 2021
1 parent 48a905e commit fbef8bb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions mt7921/mcu.h
Expand Up @@ -177,25 +177,6 @@ enum {
MCU_PHY_STATE_OFDMLQ_CNINFO,
};

#define STA_TYPE_STA BIT(0)
#define STA_TYPE_AP BIT(1)
#define STA_TYPE_ADHOC BIT(2)
#define STA_TYPE_WDS BIT(4)
#define STA_TYPE_BC BIT(5)

#define NETWORK_INFRA BIT(16)
#define NETWORK_P2P BIT(17)
#define NETWORK_IBSS BIT(18)
#define NETWORK_WDS BIT(21)

#define CONNECTION_INFRA_STA (STA_TYPE_STA | NETWORK_INFRA)
#define CONNECTION_INFRA_AP (STA_TYPE_AP | NETWORK_INFRA)
#define CONNECTION_P2P_GC (STA_TYPE_STA | NETWORK_P2P)
#define CONNECTION_P2P_GO (STA_TYPE_AP | NETWORK_P2P)
#define CONNECTION_IBSS_ADHOC (STA_TYPE_ADHOC | NETWORK_IBSS)
#define CONNECTION_WDS (STA_TYPE_WDS | NETWORK_WDS)
#define CONNECTION_INFRA_BC (STA_TYPE_BC | NETWORK_INFRA)

struct sec_key {
u8 cipher_id;
u8 cipher_len;
Expand Down

0 comments on commit fbef8bb

Please sign in to comment.