Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath6kl: remove-typedef WINDOW_SNAPSHOT

remove-typedef -s WINDOW_SNAPSHOT \
"struct window_snapshot" drivers/staging/ath6kl/

Tested-by: Naveen Singh <nsingh@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Luis R. Rodriguez and committed by
Greg Kroah-Hartman
b2bad087 1982f05d

+4 -3
+4 -3
drivers/staging/ath6kl/reorder/aggr_rx_internal.h
··· 67 67 68 68 69 69 #if 0 70 - typedef struct { 70 + /* XXX: unused ? */ 71 + struct window_snapshot { 71 72 u16 seqno_st; 72 73 u16 seqno_end; 73 - }WINDOW_SNAPSHOT; 74 + }; 74 75 #endif 75 76 76 77 struct rxtid { ··· 83 82 u32 hold_q_sz; /* Num of frames that can be held in hold q */ 84 83 struct osbuf_hold_q *hold_q; /* Hold q for re-order */ 85 84 #if 0 86 - WINDOW_SNAPSHOT old_win; /* Sliding window snapshot - for timeout */ 85 + struct window_snapshot old_win; /* Sliding window snapshot - for timeout */ 87 86 #endif 88 87 A_NETBUF_QUEUE_T q; /* q head for enqueuing frames for dispatch */ 89 88 A_MUTEX_T lock;