diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl12xx/main.c')
| -rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index d50dfac91631..0bccf123831e 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
| @@ -1668,7 +1668,7 @@ static bool wl12xx_lnk_high_prio(struct wl1271 *wl, u8 hlid, | |||
| 1668 | { | 1668 | { |
| 1669 | u8 thold; | 1669 | u8 thold; |
| 1670 | 1670 | ||
| 1671 | if (test_bit(hlid, (unsigned long *)&wl->fw_fast_lnk_map)) | 1671 | if (test_bit(hlid, &wl->fw_fast_lnk_map)) |
| 1672 | thold = wl->conf.tx.fast_link_thold; | 1672 | thold = wl->conf.tx.fast_link_thold; |
| 1673 | else | 1673 | else |
| 1674 | thold = wl->conf.tx.slow_link_thold; | 1674 | thold = wl->conf.tx.slow_link_thold; |
