Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255748
b: refs/heads/master
c: 0526929
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy committed Jun 11, 2011
1 parent d4afb39 commit 9fca93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 872907bb17fe2d8d01d0e9723f72f91cb4ea103f
refs/heads/master: 052692976e40bc124a8615ec880dd83046d71c24
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,13 @@ enum {
};

/* SKU Capabilities */
/* 5000 and up */
#define EEPROM_SKU_CAP_BAND_POS (4)
#define EEPROM_SKU_CAP_BAND_SELECTION \
(3 << EEPROM_SKU_CAP_BAND_POS)
#define EEPROM_SKU_CAP_BAND_24GHZ (1 << 4)
#define EEPROM_SKU_CAP_BAND_52GHZ (1 << 5)
#define EEPROM_SKU_CAP_11N_ENABLE (1 << 6)
#define EEPROM_SKU_CAP_AMT_ENABLE (1 << 7)
#define EEPROM_SKU_CAP_AMT_ENABLE (1 << 7)
#define EEPROM_SKU_CAP_IPAN_ENABLE (1 << 8)

/* *regulatory* channel data format in eeprom, one for each channel.
Expand Down

0 comments on commit 9fca93c

Please sign in to comment.