GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / net / wireless / ti / wlcore / testmode.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * This file is part of wl1271
4  *
5  * Copyright (C) 2010 Nokia Corporation
6  *
7  * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8  */
9
10 #ifndef __TESTMODE_H__
11 #define __TESTMODE_H__
12
13 #include <net/mac80211.h>
14
15 int wl1271_tm_cmd(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
16                   void *data, int len);
17
18 #endif /* __WL1271_TESTMODE_H__ */