Searched defs:mt76_driver_ops (Results 1 – 1 of 1) sorted by relevance
503 struct mt76_driver_ops { struct504 u32 drv_flags;505 u32 survey_flags;506 u16 txwi_size;507 u16 token_size;508 u8 mcs_rates;510 unsigned int link_data_size;512 void (*update_survey)(struct mt76_phy *phy);513 int (*set_channel)(struct mt76_phy *phy);515 int (*tx_prepare_skb)(struct mt76_dev *dev, void *txwi_ptr,[all …]