Searched defs:mt76_driver_ops (Results 1 – 1 of 1) sorted by relevance
527 struct mt76_driver_ops { struct528 u32 drv_flags;529 u32 survey_flags;530 u16 txwi_size;531 u16 token_size;532 u8 mcs_rates;534 unsigned int link_data_size;536 void (*update_survey)(struct mt76_phy *phy);537 int (*set_channel)(struct mt76_phy *phy);539 int (*tx_prepare_skb)(struct mt76_dev *dev, void *txwi_ptr,[all …]