Commit f293bd1a authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville

iwlagn: remove out-dated comments

Portion of iwl_cfg comments is not correct anymore, remove it.
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b39488a9
...@@ -222,16 +222,7 @@ struct iwl_ht_params { ...@@ -222,16 +222,7 @@ struct iwl_ht_params {
* 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
* highest and @ucode_api_min the lowest). Firmware will only be loaded if * highest and @ucode_api_min the lowest). Firmware will only be loaded if
* it has a supported API version. The firmware's API version will be * it has a supported API version.
* stored in @iwl_priv, enabling the driver to make runtime changes based
* on firmware version used.
*
* For example,
* if (IWL_UCODE_API(priv->ucode_ver) >= 2) {
* Driver interacts with Firmware API version >= 2.
* } else {
* Driver interacts with Firmware API version 1.
* }
* *
* The ideal usage of this infrastructure is to treat a new ucode API * The ideal usage of this infrastructure is to treat a new ucode API
* release as a new hardware revision. * release as a new hardware revision.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment