diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-11-16 06:20:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-25 16:41:38 -0500 |
commit | 40db0b22591f59811feeb7cad26fdde92a190663 (patch) | |
tree | 2e34a63c1a3126b323523f13f7126fd1882f8518 /drivers/net/wireless/p54/p54pci.h | |
parent | ffed785898a6dfd5f80d069bcb607b8cd5613c76 (diff) |
p54pci: cache firmware for suspend/resume
Johannes pointed out that the driver has cache the firmware for
suspend/resume cycles.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54pci.h')
-rw-r--r-- | drivers/net/wireless/p54/p54pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54pci.h b/drivers/net/wireless/p54/p54pci.h index 4a6778070afc..fbb683953fb2 100644 --- a/drivers/net/wireless/p54/p54pci.h +++ b/drivers/net/wireless/p54/p54pci.h | |||
@@ -93,7 +93,7 @@ struct p54p_priv { | |||
93 | struct pci_dev *pdev; | 93 | struct pci_dev *pdev; |
94 | struct p54p_csr __iomem *map; | 94 | struct p54p_csr __iomem *map; |
95 | struct tasklet_struct rx_tasklet; | 95 | struct tasklet_struct rx_tasklet; |
96 | 96 | const struct firmware *firmware; | |
97 | spinlock_t lock; | 97 | spinlock_t lock; |
98 | struct p54p_ring_control *ring_control; | 98 | struct p54p_ring_control *ring_control; |
99 | dma_addr_t ring_control_dma; | 99 | dma_addr_t ring_control_dma; |