linux/drivers/net/wireless/mediatek/mt76/mt76x2/usb_main.c

// SPDX-License-Identifier: ISC
/*
 * Copyright (C) 2018 Lorenzo Bianconi <[email protected]>
 */

#include "mt76x2u.h"
#include "../mt76x02_usb.h"

static int mt76x2u_start(struct ieee80211_hw *hw)
{}

static void mt76x2u_stop(struct ieee80211_hw *hw, bool suspend)
{}

int mt76x2u_set_channel(struct mt76_phy *mphy)
{}

static int
mt76x2u_config(struct ieee80211_hw *hw, u32 changed)
{}

const struct ieee80211_ops mt76x2u_ops =;