aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/key.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/key.c b/drivers/net/wireless/ath/key.c
index 1e9aa326ca08..62e3dac8f92a 100644
--- a/drivers/net/wireless/ath/key.c
+++ b/drivers/net/wireless/ath/key.c
@@ -108,9 +108,9 @@ static bool ath_hw_keysetmac(struct ath_common *common,
108 return true; 108 return true;
109} 109}
110 110
111bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, 111static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry,
112 const struct ath_keyval *k, 112 const struct ath_keyval *k,
113 const u8 *mac) 113 const u8 *mac)
114{ 114{
115 void *ah = common->ah; 115 void *ah = common->ah;
116 u32 key0, key1, key2, key3, key4; 116 u32 key0, key1, key2, key3, key4;