1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * This file is part of wl1271
5 * Copyright (C) 2010 Nokia Corporation
7 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
10 #ifndef __TESTMODE_H__
11 #define __TESTMODE_H__
13 #include <net/mac80211.h>
15 int wl1271_tm_cmd(struct ieee80211_hw
*hw
, struct ieee80211_vif
*vif
,
18 #endif /* __WL1271_TESTMODE_H__ */