diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-02-27 18:56:05 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-05 15:20:49 -0500 |
commit | f8f8a660ba501ad14617ccd0d91a1ed8ce54d6d0 (patch) | |
tree | d0eaa1a008b0c128981841c3f9956dba4e1abcc5 /include/linux/ssb | |
parent | edd8d90b624e97105d26615d1655da22a3605fff (diff) |
ssb: remove 5GHz antenna gain from sprom
There is no 2.4 GHz or 5GHz antenna gain stored in sprom. The sprom
just stores the gain values for antenna 1 and 2 or 1 to 4 for more
recent sprom versions. On old devices antenna 2 was used for 5 GHz wifi.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb')
-rw-r--r-- | include/linux/ssb/ssb.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index f1696213e3b5..1de56757e949 100644 --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h | |||
@@ -94,12 +94,7 @@ struct ssb_sprom { | |||
94 | * on each band. Values in dBm/4 (Q5.2). Negative gain means the | 94 | * on each band. Values in dBm/4 (Q5.2). Negative gain means the |
95 | * loss in the connectors is bigger than the gain. */ | 95 | * loss in the connectors is bigger than the gain. */ |
96 | struct { | 96 | struct { |
97 | struct { | 97 | s8 a0, a1, a2, a3; |
98 | s8 a0, a1, a2, a3; | ||
99 | } ghz24; /* 2.4GHz band */ | ||
100 | struct { | ||
101 | s8 a0, a1, a2, a3; | ||
102 | } ghz5; /* 5GHz band */ | ||
103 | } antenna_gain; | 98 | } antenna_gain; |
104 | 99 | ||
105 | struct { | 100 | struct { |