summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cw1200/hwbus.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2013-09-23 20:00:03 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2013-09-26 18:02:31 (GMT)
commitc4fb19d21b003ec99ec490ba2cb60baffabc73f3 (patch)
treee0ca5dca3c5149f20b15adcd47e03f49fb5c94e6 /drivers/net/wireless/cw1200/hwbus.h
parentb7be1522def9a9988b67afd0be999c50a96394b5 (diff)
downloadlinux-c4fb19d21b003ec99ec490ba2cb60baffabc73f3.tar.xz
Revert "cw1200: Don't perform SPI transfers in interrupt context"
This reverts commit aec8e88c947b7017e2b4bbcb68a4bfc4a1f8ad35. This solution turned out to cause interrupt delivery problems, and rather than trying to fix this approach, it has been scrapped in favor of an alternative (and far simpler) implementation. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/hwbus.h')
-rw-r--r--drivers/net/wireless/cw1200/hwbus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/cw1200/hwbus.h b/drivers/net/wireless/cw1200/hwbus.h
index 51dfb3a..8b2fc83 100644
--- a/drivers/net/wireless/cw1200/hwbus.h
+++ b/drivers/net/wireless/cw1200/hwbus.h
@@ -28,7 +28,6 @@ struct hwbus_ops {
void (*unlock)(struct hwbus_priv *self);
size_t (*align_size)(struct hwbus_priv *self, size_t size);
int (*power_mgmt)(struct hwbus_priv *self, bool suspend);
- int (*irq_enable)(struct hwbus_priv *self, int enable);
};
#endif /* CW1200_HWBUS_H */