diff options
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 { |