Skip to content

Commit

Permalink
ath6kl: remove-typedef WINDOW_SNAPSHOT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 1982f05 commit b2bad08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/staging/ath6kl/reorder/aggr_rx_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ struct osbuf_hold_q {


#if 0
typedef struct {
/* XXX: unused ? */
struct window_snapshot {
u16 seqno_st;
u16 seqno_end;
}WINDOW_SNAPSHOT;
};
#endif

struct rxtid {
Expand All @@ -82,7 +83,7 @@ struct rxtid {
u32 hold_q_sz; /* Num of frames that can be held in hold q */
struct osbuf_hold_q *hold_q; /* Hold q for re-order */
#if 0
WINDOW_SNAPSHOT old_win; /* Sliding window snapshot - for timeout */
struct window_snapshot old_win; /* Sliding window snapshot - for timeout */
#endif
A_NETBUF_QUEUE_T q; /* q head for enqueuing frames for dispatch */
A_MUTEX_T lock;
Expand Down

0 comments on commit b2bad08

Please sign in to comment.