diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index 242bb5f4e0fc..d9057f86c57f 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include "../wlcore/io.h" | 35 | #include "../wlcore/io.h" |
36 | #include "../wlcore/boot.h" | 36 | #include "../wlcore/boot.h" |
37 | 37 | ||
38 | #include "wl12xx.h" | ||
38 | #include "reg.h" | 39 | #include "reg.h" |
39 | #include "cmd.h" | 40 | #include "cmd.h" |
40 | #include "acx.h" | 41 | #include "acx.h" |
@@ -278,16 +279,6 @@ static struct wlcore_conf wl12xx_conf = { | |||
278 | .rssi_threshold = -90, | 279 | .rssi_threshold = -90, |
279 | .snr_threshold = 0, | 280 | .snr_threshold = 0, |
280 | }, | 281 | }, |
281 | .rf = { | ||
282 | .tx_per_channel_power_compensation_2 = { | ||
283 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
284 | }, | ||
285 | .tx_per_channel_power_compensation_5 = { | ||
286 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
287 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
288 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
289 | }, | ||
290 | }, | ||
291 | .ht = { | 282 | .ht = { |
292 | .rx_ba_win_size = 8, | 283 | .rx_ba_win_size = 8, |
293 | .tx_ba_win_size = 64, | 284 | .tx_ba_win_size = 64, |
@@ -1266,9 +1257,6 @@ static struct wlcore_ops wl12xx_ops = { | |||
1266 | .get_mac = wl12xx_get_mac, | 1257 | .get_mac = wl12xx_get_mac, |
1267 | }; | 1258 | }; |
1268 | 1259 | ||
1269 | struct wl12xx_priv { | ||
1270 | }; | ||
1271 | |||
1272 | static int __devinit wl12xx_probe(struct platform_device *pdev) | 1260 | static int __devinit wl12xx_probe(struct platform_device *pdev) |
1273 | { | 1261 | { |
1274 | struct wl1271 *wl; | 1262 | struct wl1271 *wl; |