Re: [PATCH v3] ath10k: set MAC timestamp in management Rx frame

2016-02-25 Thread Peter Oh
Thank you! On 02/25/2016 11:32 AM, Sven Eckelmann wrote: On Thursday 25 February 2016 10:53:23 Peter Oh wrote: I see new warnings: drivers/net/wireless/ath/ath10k/wmi.c:2199:16: warning: restricted __le32 degrades to integer drivers/net/wireless/ath/ath10k/wmi.c:2201:41: warning: restricted

Re: [PATCH v3] ath10k: set MAC timestamp in management Rx frame

2016-02-25 Thread Sven Eckelmann
On Thursday 25 February 2016 10:53:23 Peter Oh wrote: > > I see new warnings: > > > > drivers/net/wireless/ath/ath10k/wmi.c:2199:16: warning: restricted __le32 > > degrades to integer > > drivers/net/wireless/ath/ath10k/wmi.c:2201:41: warning: restricted __le32 > > degrades to integer > >

Re: [PATCH v3] ath10k: set MAC timestamp in management Rx frame

2016-02-25 Thread Peter Oh
Hi, On 02/25/2016 08:34 AM, Valo, Kalle wrote: Peter Oh writes: Check and set Rx MAC timestamp when firmware indicates it. Firmware adds it in Rx beacon frame only at this moment. Driver and mac80211 may utilize it to detect such clockdrift or beacon collision and use

Re: [PATCH v3] ath10k: set MAC timestamp in management Rx frame

2016-02-25 Thread Valo, Kalle
Peter Oh writes: > Check and set Rx MAC timestamp when firmware indicates it. > Firmware adds it in Rx beacon frame only at this moment. > Driver and mac80211 may utilize it to detect such clockdrift > or beacon collision and use the result for beacon collision >