From 6619b7b9ba7dc1bbeeac1ae4cdc61221cf5e1b79 Mon Sep 17 00:00:00 2001 From: Wey-Yi Guy Date: Thu, 25 Aug 2011 23:10:34 -0700 Subject: [PATCH] --- yaml --- r: 265831 b: refs/heads/master c: f293bd1aeab7c4937c1688bd346c3910f7c73de0 h: refs/heads/master i: 265829: 6dd6cdb623d6e0f3d072e6122d09ac2c067e82bb 265827: 175bd45ea7c99a47ac82954d158080d4c214f2b7 265823: 3cd886f13aadf2bfec7b7ad1e192e6b716ba457a v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/iwlwifi/iwl-core.h | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 299f60af74cf..2ae0c902a6be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b39488a9bd00c520e46682bf75ba484aadc82af7 +refs/heads/master: f293bd1aeab7c4937c1688bd346c3910f7c73de0 diff --git a/trunk/drivers/net/wireless/iwlwifi/iwl-core.h b/trunk/drivers/net/wireless/iwlwifi/iwl-core.h index 9c2b3f89870f..2c8b4a513a12 100644 --- a/trunk/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/trunk/drivers/net/wireless/iwlwifi/iwl-core.h @@ -222,16 +222,7 @@ struct iwl_ht_params { * We enable the driver to be backward compatible wrt API version. 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 - * it has a supported API version. The firmware's API version will be - * 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. - * } + * it has a supported API version. * * The ideal usage of this infrastructure is to treat a new ucode API * release as a new hardware revision.