]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitff40231282d4eb57c5008ed48fef6dd1be9f3130
treeeb6590cad894f916c69362e0da360bedadf95d93
parent1618b2b02a3a0ee7a6863fed4b0d22e697e7e97c
iwlwifi: mvm: remove users of nvm_data->valid_tx_ant

In commit 332235427a566d8be04b9676a7ac380c8853aa9b
"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