|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2013-2015, 2017 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -33,8 +33,8 @@
|
|
|
#include "ol_txrx_stats.h"
|
|
|
#include "wlan_defs.h" /* for wlan statst definitions */
|
|
|
/*
|
|
|
-** Enumeration of PDEV Configuration parameter
|
|
|
-*/
|
|
|
+ * Enumeration of PDEV Configuration parameter
|
|
|
+ */
|
|
|
|
|
|
enum ol_ath_param_t {
|
|
|
OL_ATH_PARAM_TXCHAINMASK = 0,
|
|
@@ -84,17 +84,17 @@ enum ol_ath_param_t {
|
|
|
};
|
|
|
|
|
|
/*
|
|
|
-** Enumeration of PDEV Configuration parameter
|
|
|
-*/
|
|
|
+ * Enumeration of PDEV Configuration parameter
|
|
|
+ */
|
|
|
|
|
|
enum ol_hal_param_t {
|
|
|
OL_HAL_CONFIG_DMA_BEACON_RESPONSE_TIME = 0
|
|
|
};
|
|
|
|
|
|
/*
|
|
|
-** structure to hold all stats information
|
|
|
-** for offload device interface
|
|
|
-*/
|
|
|
+ * structure to hold all stats information
|
|
|
+ * for offload device interface
|
|
|
+ */
|
|
|
struct ol_stats {
|
|
|
int txrx_stats_level;
|
|
|
struct ol_txrx_stats txrx_stats;
|