diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c index bda14d1d6f2f..48e9c2e0eae8 100644 --- a/drivers/net/wireless/ath/ath6kl/main.c +++ b/drivers/net/wireless/ath/ath6kl/main.c | |||
@@ -261,7 +261,7 @@ int ath6kl_diag_read32(struct ath6kl *ar, u32 address, u32 *value) | |||
261 | * Write to the ATH6KL through its diagnostic window. No cooperation from | 261 | * Write to the ATH6KL through its diagnostic window. No cooperation from |
262 | * the Target is required for this. | 262 | * the Target is required for this. |
263 | */ | 263 | */ |
264 | static int ath6kl_diag_write32(struct ath6kl *ar, u32 address, u32 value) | 264 | int ath6kl_diag_write32(struct ath6kl *ar, u32 address, u32 value) |
265 | { | 265 | { |
266 | int ret; | 266 | int ret; |
267 | 267 | ||