projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb8205
)
ath6kl: Remove unused struct ath6kl_async_reg_io_buffer
author
Vasanthakumar Thiagarajan
<
[email protected]
>
Mon, 18 Jul 2011 08:53:32 +0000
(14:23 +0530)
committer
Kalle Valo
<
[email protected]
>
Tue, 9 Aug 2011 16:45:21 +0000
(19:45 +0300)
Signed-off-by: Vasanthakumar Thiagarajan <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/ath/ath6kl/htc_hif.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/htc_hif.h
b/drivers/net/wireless/ath/ath6kl/htc_hif.h
index 498701f25ae54e275e667f0c75ff4b4c8909215c..171ad63d89b00565e1531574893aae35e86e2919 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/htc_hif.h
+++ b/
drivers/net/wireless/ath/ath6kl/htc_hif.h
@@
-63,15
+63,6
@@
struct ath6kl_irq_enable_reg {
u8 cntr_int_status_en;
} __packed;
-/* buffers for ASYNC I/O */
-struct ath6kl_async_reg_io_buffer {
- struct htc_packet packet;
- u8 pad1[A_CACHE_LINE_PAD];
- /* cache-line safe with pads around */
- u8 buf[ATH6KL_REG_IO_BUFFER_SIZE];
- u8 pad2[A_CACHE_LINE_PAD];
-};
-
struct ath6kl_device {
spinlock_t lock;
u8 pad1[A_CACHE_LINE_PAD];