cregit-Linux how code gets into the kernel

Release 4.18 drivers/staging/rtlwifi/phydm/phydm_dfs.h

/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2016  Realtek Corporation.
 *
 * Contact Information:
 * wlanfae <wlanfae@realtek.com>
 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
 * Hsinchu 300, Taiwan.
 *
 * Larry Finger <Larry.Finger@lwfinger.net>
 *
 *****************************************************************************/

#ifndef __PHYDM_DFS_H__

#define __PHYDM_DFS_H__


#define DFS_VERSION "0.0"

/* ============================================================
 *  Definition
 * ============================================================
 */

/* ============================================================
 * 1  structure
 * ============================================================
 */

/* ============================================================
 *  enumeration
 * ============================================================
 */


enum phydm_dfs_region_domain {
	
PHYDM_DFS_DOMAIN_UNKNOWN = 0,
	
PHYDM_DFS_DOMAIN_FCC = 1,
	
PHYDM_DFS_DOMAIN_MKK = 2,
	
PHYDM_DFS_DOMAIN_ETSI = 3,
};

/* ============================================================
 *  function prototype
 * ============================================================
 */

#define phydm_dfs_master_enabled(dm) false

#endif /*#ifndef __PHYDM_DFS_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ping-Ke Shih4495.65%150.00%
Nathan Chancellor24.35%150.00%
Total46100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.