mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 16:34:04 +02:00
be1b70d4b6
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22047 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
385 B
Diff
14 lines
385 B
Diff
--- a/drivers/net/wireless/ath/ath9k/common.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/common.c
|
|
@@ -319,6 +319,10 @@ int ath9k_cmn_key_config(struct ath_comm
|
|
idx = ath_reserve_key_cache_slot(common, key->alg);
|
|
break;
|
|
case NL80211_IFTYPE_ADHOC:
|
|
+ if (!sta) {
|
|
+ idx = key->keyidx;
|
|
+ break;
|
|
+ }
|
|
memcpy(gmac, sta->addr, ETH_ALEN);
|
|
gmac[0] |= 0x01;
|
|
mac = gmac;
|