root/drivers/net/wireless/mediatek/mt76/mt76x02_usb.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: ISC */
   2 /*
   3  * Copyright (C) 2018 Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
   4  */
   5 
   6 #ifndef __MT76x02_USB_H
   7 #define __MT76x02_USB_H
   8 
   9 #include "mt76x02.h"
  10 
  11 void mt76x02u_init_mcu(struct mt76_dev *dev);
  12 void mt76x02u_mcu_fw_reset(struct mt76x02_dev *dev);
  13 int mt76x02u_mcu_fw_send_data(struct mt76x02_dev *dev, const void *data,
  14                               int data_len, u32 max_payload, u32 offset);
  15 
  16 int mt76x02u_skb_dma_info(struct sk_buff *skb, int port, u32 flags);
  17 int mt76x02u_tx_prepare_skb(struct mt76_dev *mdev, void *data,
  18                             enum mt76_txq_id qid, struct mt76_wcid *wcid,
  19                             struct ieee80211_sta *sta,
  20                             struct mt76_tx_info *tx_info);
  21 void mt76x02u_tx_complete_skb(struct mt76_dev *mdev, enum mt76_txq_id qid,
  22                               struct mt76_queue_entry *e);
  23 void mt76x02u_init_beacon_config(struct mt76x02_dev *dev);
  24 void mt76x02u_exit_beacon_config(struct mt76x02_dev *dev);
  25 #endif /* __MT76x02_USB_H */

/* [<][>][^][v][top][bottom][index][help] */