Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314758
b: refs/heads/master
c: 63d76dc
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Jun 20, 2012
1 parent c758d7c commit 4a7b81f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 601968b3bb1176b4cee47faba2d7a104422de8e6
refs/heads/master: 63d76dc0b97230e012a128a898f56a55e763d91a
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-eeprom-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,9 @@ iwl_parse_eeprom_data(struct device *dev, const struct iwl_cfg *cfg,
EEPROM_RADIO_CONFIG);
data->sku = iwl_eeprom_query16(eeprom, eeprom_size,
EEPROM_SKU_CAP);
if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_ALL)
data->sku &= ~EEPROM_SKU_CAP_11N_ENABLE;

data->eeprom_version = iwl_eeprom_query16(eeprom, eeprom_size,
EEPROM_VERSION);

Expand Down

0 comments on commit 4a7b81f

Please sign in to comment.