[PATCH 2/2] ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

2015-11-02 Thread Vasanthakumar Thiagarajan
Of a word in struct htt_data_tx_desc htt version >= 3.4 firmware uses LSB 16-bit for frequency configuration which is used for offchannel tx and MSB 16-bit is for peerid. But other firmwares using version 2.X (10.1, 10.2.2, 10.2.4 and 10.4) are using 32-bit for peerid in htt tx desc. So far no

Re: [PATCH 2/2] ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

2015-11-02 Thread Michal Kazior
On 2 November 2015 at 09:33, Vasanthakumar Thiagarajan wrote: > Of a word in struct htt_data_tx_desc htt version >= 3.4 firmware uses LSB > 16-bit > for frequency configuration which is used for offchannel tx and MSB 16-bit > is for peerid. But other firmwares using

Re: [PATCH 2/2] ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

2015-11-02 Thread Vasanthakumar Thiagarajan
On Monday 02 November 2015 03:57 PM, Michal Kazior wrote: On 2 November 2015 at 09:33, Vasanthakumar Thiagarajan wrote: Of a word in struct htt_data_tx_desc htt version >= 3.4 firmware uses LSB 16-bit for frequency configuration which is used for offchannel tx and