2019-05-29 23:57:50 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2010-02-18 11:25:53 +00:00
|
|
|
/*
|
|
|
|
* This file is part of wl1271
|
|
|
|
*
|
|
|
|
* Copyright (C) 2010 Nokia Corporation
|
|
|
|
*
|
|
|
|
* Contact: Luciano Coelho <luciano.coelho@nokia.com>
|
|
|
|
*/
|
|
|
|
|
2010-11-08 11:20:10 +00:00
|
|
|
#ifndef __TESTMODE_H__
|
|
|
|
#define __TESTMODE_H__
|
2010-02-18 11:25:53 +00:00
|
|
|
|
|
|
|
#include <net/mac80211.h>
|
|
|
|
|
2013-07-31 15:06:22 +00:00
|
|
|
int wl1271_tm_cmd(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
|
|
|
|
void *data, int len);
|
2010-02-18 11:25:53 +00:00
|
|
|
|
|
|
|
#endif /* __WL1271_TESTMODE_H__ */
|