]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: remove users of nvm_data->valid_tx_ant
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 3 Apr 2013 17:10:06 +0000 (20:10 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Apr 2013 11:31:08 +0000 (13:31 +0200)
commitf5eaad73a38f3231322dead0989a3e2a708cbd78
treeeb6590cad894f916c69362e0da360bedadf95d93
parentb1c2aa30f9e087e81923db2dbbb31f0bb43b5926
iwlwifi: mvm: remove users of nvm_data->valid_tx_ant

In commit 756423f4500ea03de3a1741d525825ee0d1343b5
"iwlwifi: mvm: take the valid_{rx,tx}_ant from the TLV"

I replaced the access to nvm_data->valid_tx_ant to an inline
cheking the TLV flags but forgot a few occurences. Fix that.

Change-Id: I92daac735b46738d97fe2dbd5934bb177fd0751b
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Reviewed-on: https://gerrit.rds.intel.com/12308
Tested-by: IWL Jenkins
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/mvm/rs.c
drivers/net/wireless/iwlwifi/mvm/tx.c