<div dir="ltr">This commit broke wifi on the Buffalo WZR600DHP.  See: <a href="https://bugs.openwrt.org/index.php?do=details&task_id=2668">https://bugs.openwrt.org/index.php?do=details&task_id=2668</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 22, 2019 at 12:00 PM Christian Lamparter <<a href="mailto:chunkeey@gmail.com">chunkeey@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Monday, 18 November 2019 00:34:01 CET Hauke Mehrtens wrote:<br>
> > +--- a/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c<br>
> > ++++ b/drivers/net/wireless/ath/ath9k/ath9k_pci_owl_loader.c<br>
> > +@@ -84,6 +84,10 @@<br>
> > +                   val = swahb32(val);<br>
> > +           }<br>
> > + <br>
> > ++#ifdef CONFIG_LANTIQ<br>
> > ++          val = swab32(val);<br>
> > ++#endif<br>
> <br>
> Lantiq is big endian, are there other big endian system which do not<br>
> need this byte swap?<br>
<br>