Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278015
b: refs/heads/master
c: 533cbbb
h: refs/heads/master
i:
  278013: a429c0a
  278011: 032de97
  278007: 2eb80d8
  277999: ded7090
  277983: c87c7c6
  277951: 912bb3e
  277887: 64ff422
  277759: fc39efc
  277503: 3d6add5
v: v3
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent c144479 commit ed8239c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e8ddb2b8d19a952e1dff7a2a8a9d606e52fc3e3
refs/heads/master: 533cbbb686684dcf9915e5890df29f5cca05d173
18 changes: 1 addition & 17 deletions trunk/drivers/net/wireless/ath/ath6kl/htc_hif.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,16 @@
#include "htc.h"
#include "hif.h"

#define ATH6KL_MAILBOXES 4

/* HTC runs over mailbox 0 */
#define HTC_MAILBOX 0

#define ATH6KL_TARGET_DEBUG_INTR_MASK 0x01

#define OTHER_INTS_ENABLED (INT_STATUS_ENABLE_ERROR_MASK | \
INT_STATUS_ENABLE_CPU_MASK | \
INT_STATUS_ENABLE_COUNTER_MASK)

#define ATH6KL_REG_IO_BUFFER_SIZE 32
#define ATH6KL_MAX_REG_IO_BUFFERS 8
/* FIXME: are these duplicates with MAX_SCATTER_ values in hif.h? */
#define ATH6KL_SCATTER_ENTRIES_PER_REQ 16
#define ATH6KL_MAX_TRANSFER_SIZE_PER_SCATTER (16 * 1024)
#define ATH6KL_SCATTER_REQS 4

#ifndef A_CACHE_LINE_PAD
#define A_CACHE_LINE_PAD 128
#endif
#define ATH6KL_MIN_SCATTER_ENTRIES_PER_REQ 2
#define ATH6KL_MIN_TRANSFER_SIZE_PER_SCATTER (4 * 1024)

struct ath6kl_irq_proc_registers {
u8 host_int_status;
u8 cpu_int_status;
Expand All @@ -65,11 +52,8 @@ struct ath6kl_irq_enable_reg {

struct ath6kl_device {
spinlock_t lock;
u8 pad1[A_CACHE_LINE_PAD];
struct ath6kl_irq_proc_registers irq_proc_reg;
u8 pad2[A_CACHE_LINE_PAD];
struct ath6kl_irq_enable_reg irq_en_reg;
u8 pad3[A_CACHE_LINE_PAD];
struct htc_target *htc_cnxt;
struct ath6kl *ar;
};
Expand Down

0 comments on commit ed8239c

Please sign in to comment.