WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / wireless / ti / wlcore / testmode.h
blob28bb597b205ebabad30386466a526e2cdced4481
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * This file is part of wl1271
5 * Copyright (C) 2010 Nokia Corporation
7 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8 */
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,
16 void *data, int len);
18 #endif /* __WL1271_TESTMODE_H__ */