summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl18xx/wl18xx.h
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2012-05-29 12:44:12 +0300
committerLuciano Coelho <coelho@ti.com>2012-06-08 09:42:09 +0300
commit17d97719dc2fe2b9c13831dc2c8572b54efe00b4 (patch)
treeb63f72b523f5d625ae17671f01e5b2cb2cb4cb4e /drivers/net/wireless/ti/wl18xx/wl18xx.h
parentd61c6b5550c759728e702e68c8423a23a6991fc3 (diff)
downloadlinux-17d97719dc2fe2b9c13831dc2c8572b54efe00b4.tar.bz2
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.h2
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;
};