diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-29 13:44:12 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-08 10:42:09 +0400 |
commit | 17d97719dc2fe2b9c13831dc2c8572b54efe00b4 (patch) | |
tree | b63f72b523f5d625ae17671f01e5b2cb2cb4cb4e /drivers/net/wireless/ti/wl18xx/wl18xx.h | |
parent | d61c6b5550c759728e702e68c8423a23a6991fc3 (diff) | |
download | linux-17d97719dc2fe2b9c13831dc2c8572b54efe00b4.tar.xz |
wl18xx: clean up phy module parameters
Give all wl18xx phy module paramters -1 as a default value, indicating
the paramter was not set. Add previous default values to the default
18xx priv conf structure.
Remove the board_type field from wl18xx priv. The field with the same
name inside the phy conf is good enough for our purposes.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/wl18xx.h')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/wl18xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/wl18xx.h b/drivers/net/wireless/ti/wl18xx/wl18xx.h index b9c43097d2f6..bc67a4750615 100644 --- a/drivers/net/wireless/ti/wl18xx/wl18xx.h +++ b/drivers/net/wireless/ti/wl18xx/wl18xx.h @@ -35,8 +35,6 @@ struct wl18xx_priv { /* Index of last released Tx desc in FW */ u8 last_fw_rls_idx; - u8 board_type; - /* number of VIFs requiring extra spare mem-blocks */ int extra_spare_vif_count; }; |