diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2010-09-15 19:31:51 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-09-21 11:05:00 -0400 |
commit | 15cea99306ae14ce5f7c3d3989bcc17202e2b0be (patch) | |
tree | 4755cdb83ca470dfa44b02f6f34aa8fa1c3454c6 /drivers/net/wireless/wl12xx/wl1271.h | |
parent | 09cecc340b3b4d9960b039c0f576548bbf857f5a (diff) |
wl1271: make ref_clock configurable by board
The wl1271 device is using a reference clock that may change
between board to board.
Make the ref_clock parameter configurable by board settings
instead of having a hard coded value in the sources.
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h index faa5925efe30..4134f4495b95 100644 --- a/drivers/net/wireless/wl12xx/wl1271.h +++ b/drivers/net/wireless/wl12xx/wl1271.h | |||
@@ -330,6 +330,7 @@ struct wl1271 { | |||
330 | 330 | ||
331 | void (*set_power)(bool enable); | 331 | void (*set_power)(bool enable); |
332 | int irq; | 332 | int irq; |
333 | int ref_clock; | ||
333 | 334 | ||
334 | spinlock_t wl_lock; | 335 | spinlock_t wl_lock; |
335 | 336 | ||