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

halbtc8822bwifionly.h (536B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright(c) 2016-2017  Realtek Corporation.*/
      3
      4#ifndef __INC_HAL8822BWIFIONLYHWCFG_H
      5#define __INC_HAL8822BWIFIONLYHWCFG_H
      6
      7void ex_hal8822b_wifi_only_hw_config(struct wifi_only_cfg *wifionlycfg);
      8void ex_hal8822b_wifi_only_scannotify(struct wifi_only_cfg *wifionlycfg,
      9				      u8 is_5g);
     10void ex_hal8822b_wifi_only_switchbandnotify(struct wifi_only_cfg *wifionlycfg,
     11					    u8 is_5g);
     12void hal8822b_wifi_only_switch_antenna(struct wifi_only_cfg *wifionlycfg,
     13				       u8 is_5g);
     14#endif