diff options
author | Bob Copeland <me@bobcopeland.com> | 2009-08-07 06:33:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:13:37 -0400 |
commit | af8c78ebbf2a15ecf9b2b6b7b051b0d4c3ba1163 (patch) | |
tree | 8f791d64357218b6ac6a97758b0eb3efb7358fcc /drivers/net/wireless/wl12xx/wl1251.h | |
parent | 8e639c0673a9b676bb7c6bd4e50f9003bdda423e (diff) |
wl1251: split spi interface into separate module
This creates a module called wl1251_spi.ko which contains just the
SPI-specific code. The core remains in the module wl1251.ko.
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1251.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251.h b/drivers/net/wireless/wl12xx/wl1251.h index df4c06d41678..ebe2c70559cd 100644 --- a/drivers/net/wireless/wl12xx/wl1251.h +++ b/drivers/net/wireless/wl12xx/wl1251.h | |||
@@ -291,7 +291,7 @@ struct wl1251 { | |||
291 | struct ieee80211_hw *hw; | 291 | struct ieee80211_hw *hw; |
292 | bool mac80211_registered; | 292 | bool mac80211_registered; |
293 | 293 | ||
294 | struct spi_device *spi; | 294 | void *if_priv; |
295 | const struct wl1251_if_operations *if_ops; | 295 | const struct wl1251_if_operations *if_ops; |
296 | 296 | ||
297 | void (*set_power)(bool enable); | 297 | void (*set_power)(bool enable); |