Searched defs:mt76_driver_ops (Results 1 – 1 of 1) sorted by relevance
495 struct mt76_driver_ops { struct496 u32 drv_flags;497 u32 survey_flags;498 u16 txwi_size;499 u16 token_size;500 u8 mcs_rates;502 unsigned int link_data_size;504 void (*update_survey)(struct mt76_phy *phy);505 int (*set_channel)(struct mt76_phy *phy);507 int (*tx_prepare_skb)(struct mt76_dev *dev, void *txwi_ptr,[all …]