Age | Commit message (Expand) | Author | Files | Lines |
2023-08-25 | wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address | Ruan Jinjie | 1 | -1/+1 |
2023-02-17 | wifi: ath: Silence memcpy run-time false positive warning | Kees Cook | 1 | -1/+1 |
2020-12-17 | ath: Modify ath_key_delete() to not need full key entry | Jouni Malinen | 1 | -17/+17 |
2020-12-17 | ath: Export ath_hw_keysetmac() | Jouni Malinen | 1 | -2/+2 |
2020-12-17 | ath: Use safer key clearing with key cache entries | Jouni Malinen | 1 | -1/+10 |
2013-04-08 | ath: Let user know which keycache method is complaining. | Ben Greear | 1 | -3/+6 |
2012-06-25 | ath9k: fix dynamic WEP related regression | Felix Fietkau | 1 | -0/+4 |
2011-12-19 | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO | Joe Perches | 1 | -4/+4 |
2011-11-01 | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
2011-07-18 | ath: use get_unaligned_le{16,32} in ath_hw_keysetmac() | Pavel Roskin | 1 | -5/+2 |
2011-04-19 | ath9k: assign keycache slots to unencrypted stations | Felix Fietkau | 1 | -1/+5 |
2011-03-30 | ath: Speedup key set/reset ops for HTC driver | Rajkumar Manoharan | 1 | -0/+32 |
2011-02-05 | ath: Fix clearing of secondary key cache entry for TKIP | Jouni Malinen | 1 | -1/+4 |
2010-12-13 | ath: Missed to clear key4 of micentry | Rajkumar Manoharan | 1 | -0/+2 |
2010-12-08 | ath: Convert ath_print to ath_dbg | Joe Perches | 1 | -7/+6 |
2010-12-08 | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err | Joe Perches | 1 | -10/+5 |
2010-11-15 | ath: make ath_hw_set_keycache_entry() static | Luis R. Rodriguez | 1 | -3/+3 |
2010-11-15 | ath: make ath_hw_keysetmac() static | Luis R. Rodriguez | 1 | -1/+2 |
2010-09-16 | ath/ath9k: Replace common->splitmic with a flag | Bruno Randolf | 1 | -7/+7 |
2010-09-16 | ath: Copy key cache management functions from ath9k to ath | Bruno Randolf | 1 | -0/+568 |