Re: [ath9k-devel] Missing packet info with little endian ath9k

2013-04-26 Thread Holger Schurig
You probably need some __attribute__((packed)) on the structs ? http://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html 2013/4/26 Luis Correia > Hi all! > I'm doing a project of mine. It's about guiding a robot in my living room > using wifi. > At first I tried to use two raspberry pi with a w

[ath9k-devel] Missing packet info with little endian ath9k

2013-04-26 Thread Luis Correia
Hi all! I'm doing a project of mine. It's about guiding a robot in my living room using wifi. At first I tried to use two raspberry pi with a wifi dongle (ath9k-htc) and libpcap to capture wifi packets and read the rssi from my robot mac address. It works fine. But then I thought in using OpenWRT