Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /*
0003  * Copyright (C) 2005-2014 Intel Corporation
0004  */
0005 #ifndef __IWL_PHYDB_H__
0006 #define __IWL_PHYDB_H__
0007 
0008 #include <linux/types.h>
0009 
0010 #include "iwl-op-mode.h"
0011 #include "iwl-trans.h"
0012 
0013 struct iwl_phy_db *iwl_phy_db_init(struct iwl_trans *trans);
0014 
0015 void iwl_phy_db_free(struct iwl_phy_db *phy_db);
0016 
0017 int iwl_phy_db_set_section(struct iwl_phy_db *phy_db,
0018                struct iwl_rx_packet *pkt);
0019 
0020 
0021 int iwl_send_phy_db_data(struct iwl_phy_db *phy_db);
0022 
0023 #endif /* __IWL_PHYDB_H__ */