|
@@ -280,6 +280,7 @@ struct iwl_mod_params {
|
|
* @scan_antennas: available antenna for scan operation
|
|
* @scan_antennas: available antenna for scan operation
|
|
* @need_dc_calib: need to perform init dc calibration
|
|
* @need_dc_calib: need to perform init dc calibration
|
|
* @bt_statistics: use BT version of statistics notification
|
|
* @bt_statistics: use BT version of statistics notification
|
|
|
|
+ * @agg_time_limit: maximum number of uSec in aggregation
|
|
*
|
|
*
|
|
* We enable the driver to be backward compatible wrt API version. The
|
|
* We enable the driver to be backward compatible wrt API version. The
|
|
* driver specifies which APIs it supports (with @ucode_api_max being the
|
|
* driver specifies which APIs it supports (with @ucode_api_max being the
|
|
@@ -350,6 +351,7 @@ struct iwl_cfg {
|
|
u8 scan_tx_antennas[IEEE80211_NUM_BANDS];
|
|
u8 scan_tx_antennas[IEEE80211_NUM_BANDS];
|
|
const bool need_dc_calib;
|
|
const bool need_dc_calib;
|
|
const bool bt_statistics;
|
|
const bool bt_statistics;
|
|
|
|
+ u16 agg_time_limit;
|
|
};
|
|
};
|
|
|
|
|
|
/***************************
|
|
/***************************
|