mac80211: merge a big batch of upstream changes/improvements
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index b2a70733073afd52218ed62a502cc418928f2080..8ca791fcfa998784224f274c6e99677f70ebe9ef 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -518,8 +519,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -517,8 +518,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }