Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279211
b: refs/heads/master
c: 77eab1e
h: refs/heads/master
i:
  279209: 10f5d38
  279207: bb5c692
v: v3
  • Loading branch information
Kalle Valo committed Nov 13, 2011
1 parent a72a71e commit 946a449
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d93e2c2f2109a3b804fa799079a6dd4d315af857
refs/heads/master: 77eab1e929c371f98c6a17a8c5f566529d3b0be2
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@ struct ath6kl_req_key {
u8 key_len;
};

enum ath6kl_hif_type {
ATH6KL_HIF_TYPE_SDIO,
ATH6KL_HIF_TYPE_USB,
};

#define MAX_NUM_VIF 1

/* vif flags info */
Expand Down Expand Up @@ -484,6 +489,7 @@ struct ath6kl {
int tx_pending[ENDPOINT_MAX];
int total_tx_data_pend;
struct htc_target *htc_target;
enum ath6kl_hif_type hif_type;
void *hif_priv;
struct list_head vif_list;
/* Lock to avoid race in vif_list entries among add/del/traverse */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@ static int ath6kl_sdio_probe(struct sdio_func *func,
}

ar_sdio->ar = ar;
ar->hif_type = ATH6KL_HIF_TYPE_SDIO;
ar->hif_priv = ar_sdio;
ar->hif_ops = &ath6kl_sdio_ops;
ar->bmi.max_data_size = 256;
Expand Down

0 comments on commit 946a449

Please sign in to comment.