summaryrefslogtreecommitdiff
path: root/cesar/mac/common/ntb.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common/ntb.h')
-rw-r--r--cesar/mac/common/ntb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cesar/mac/common/ntb.h b/cesar/mac/common/ntb.h
index f713d54cfc..2a0c8ae599 100644
--- a/cesar/mac/common/ntb.h
+++ b/cesar/mac/common/ntb.h
@@ -14,7 +14,6 @@
*
*/
-#include "hal/phy/forward.h"
#include "mac/common/config.h"
/** Convert a NTB date to a Date. */
@@ -22,8 +21,6 @@
struct mac_ntb_t
{
- /** Phy context. */
- phy_t *phy;
/** mac config context. */
mac_config_t *mac_config;
};
@@ -34,11 +31,10 @@ extern mac_ntb_t ntb_global;
/**
* Initialize the ntb context.
*
- * \param phy the phy context.
* \param mac_config the mac config context.
*/
void
-mac_ntb_init (phy_t *phy, mac_config_t *mac_config);
+mac_ntb_init (mac_config_t *mac_config);
/**
* Uninitialize the ntb context.