aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-07-23 19:49:44 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-24 16:32:00 -0400
commit2cbc19f3d0cfe6cf7d9d2b3fac52976c3f2c6e89 (patch)
treec727b82e1f676167f6af7fbb3a9de3d11dbdeefd
parent9c82d0a73f54adc2c8cc0ea10f91efc366b50992 (diff)
iwlwifi: additional comments in iwl_cfg
No functional changes, just add additional comments to iwl_cfg structure Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index e6d127df01ea..702d62bf4ee4 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -278,6 +278,8 @@ struct iwl_mod_params {
278 * @chain_noise_calib_by_driver: driver has the capability to perform 278 * @chain_noise_calib_by_driver: driver has the capability to perform
279 * chain noise calibration operation 279 * chain noise calibration operation
280 * @scan_antennas: available antenna for scan operation 280 * @scan_antennas: available antenna for scan operation
281 * @need_dc_calib: need to perform init dc calibration
282 * @bt_statistics: use BT version of statistics notification
281 * 283 *
282 * We enable the driver to be backward compatible wrt API version. The 284 * We enable the driver to be backward compatible wrt API version. The
283 * driver specifies which APIs it supports (with @ucode_api_max being the 285 * driver specifies which APIs it supports (with @ucode_api_max being the