diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-04-18 14:17:13 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-18 14:27:48 -0400 |
commit | 59ef43e681d103a51c3727dad0315e093f07ec61 (patch) | |
tree | 87f6320f1440ce3ce6c0c15ad3cef8bc98186f88 /drivers/net/wireless/ath/ath6kl/common.h | |
parent | 91fbe33034c184c6a60e31c2207a2f7ec2f180dc (diff) | |
parent | b5abcf0219263f4e961dca71cbe26e06c5b0ee68 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Conflicts:
drivers/net/wireless/iwlwifi/iwl-testmode.c
include/net/nfc/nfc.h
net/nfc/netlink.c
net/wireless/nl80211.c
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/common.h b/drivers/net/wireless/ath/ath6kl/common.h index a60e78c0472f..98a886154d9c 100644 --- a/drivers/net/wireless/ath/ath6kl/common.h +++ b/drivers/net/wireless/ath/ath6kl/common.h | |||
@@ -22,7 +22,8 @@ | |||
22 | 22 | ||
23 | #define ATH6KL_MAX_IE 256 | 23 | #define ATH6KL_MAX_IE 256 |
24 | 24 | ||
25 | extern int ath6kl_printk(const char *level, const char *fmt, ...); | 25 | extern __printf(2, 3) |
26 | int ath6kl_printk(const char *level, const char *fmt, ...); | ||
26 | 27 | ||
27 | /* | 28 | /* |
28 | * Reflects the version of binary interface exposed by ATH6KL target | 29 | * Reflects the version of binary interface exposed by ATH6KL target |
@@ -77,6 +78,7 @@ enum crypto_type { | |||
77 | 78 | ||
78 | struct htc_endpoint_credit_dist; | 79 | struct htc_endpoint_credit_dist; |
79 | struct ath6kl; | 80 | struct ath6kl; |
81 | struct ath6kl_htcap; | ||
80 | enum htc_credit_dist_reason; | 82 | enum htc_credit_dist_reason; |
81 | struct ath6kl_htc_credit_info; | 83 | struct ath6kl_htc_credit_info; |
82 | 84 | ||