]> Git Repo - J-linux.git/blob - drivers/net/wireless/ti/wlcore/testmode.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.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 <[email protected]>
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__ */
This page took 0.028398 seconds and 4 git commands to generate.