mac80211: b43: Increase number of RX DMA slots
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 402-ath9k-fix-invalid-mac-address-handling.patch
index 7c59e1f109ca7bf9896684d020ab7db23064dc21..40c4cb755c2e895425e55de7675e6ab5438ea05c 100644 (file)
@@ -8,7 +8,7 @@
  #include <asm/unaligned.h>
  
  #include "hw.h"
-@@ -523,8 +524,16 @@ static int ath9k_hw_init_macaddr(struct 
+@@ -519,8 +520,16 @@ static int ath9k_hw_init_macaddr(struct 
                common->macaddr[2 * i] = eeval >> 8;
                common->macaddr[2 * i + 1] = eeval & 0xff;
        }