cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

testmode.h (389B)


      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
     15int wl1271_tm_cmd(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
     16		  void *data, int len);
     17
     18#endif /* __WL1271_TESTMODE_H__ */