Re: [PATCH V2 0/3] Fix few WMI/HTT interfaces

2015-11-05 Thread Vasanthakumar Thiagarajan

On Thursday 05 November 2015 04:33 PM, Kalle Valo wrote:

Vasanthakumar Thiagarajan  writes:


On Wed, Nov 04, 2015 at 07:59:39PM +0200, Kalle Valo wrote:

Vasanthakumar Thiagarajan  writes:


This patch set fixes mismatch in peer_assoc complete wmi command for
version 10.4 and peer_id configuration for HTT version < 3.4.

V2:
- Add cover letter
- Rename ath10k_mac_need_offchan_tx_work() to
  ath10k_mac_tx_frm_has_freq(). Add htt-op-version check
  to the helper and use it in ath10k_htt_tx() while configuring
  peerid.

Vasanthakumar Thiagarajan (3):
   ath10k: Fix peer assoc complete WMI command for 10.4
   ath10k: Rename the helper which is used for off-channel tx
   ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4


These had a conflict but you didn't use ath.git as the baseline so I
can't easily fix them. Please try always to use clean ath.git master
branch as the baseline for your patches.

Applying: ath10k: Fix peer assoc complete WMI command for 10.4
fatal: sha1 information is lacking or useless 
(drivers/net/wireless/ath/ath10k/wmi.h).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 ath10k: Fix peer assoc complete WMI command for 10.4


Sorry for this. I prepared these patches on ath:master on top of my other 
pending
patch set. Not sure what went wrong.


If you have two patchsets you shouldn't have them on the same branch,
unless they have a strict dependency with each other of course. I prefer
that you have two separate topic branches which both use the master
branch as the baseline as then it's easiest for me to handle conflicts
etc.



Sure, thanks.

Vasanth
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH V2 0/3] Fix few WMI/HTT interfaces

2015-11-04 Thread Vasanthakumar Thiagarajan
On Wed, Nov 04, 2015 at 07:59:39PM +0200, Kalle Valo wrote:
> Vasanthakumar Thiagarajan  writes:
> 
> > This patch set fixes mismatch in peer_assoc complete wmi command for
> > version 10.4 and peer_id configuration for HTT version < 3.4.
> >
> > V2:
> > - Add cover letter
> > - Rename ath10k_mac_need_offchan_tx_work() to
> >   ath10k_mac_tx_frm_has_freq(). Add htt-op-version check
> >   to the helper and use it in ath10k_htt_tx() while configuring
> >   peerid.
> >
> > Vasanthakumar Thiagarajan (3):
> >   ath10k: Fix peer assoc complete WMI command for 10.4
> >   ath10k: Rename the helper which is used for off-channel tx
> >   ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4
> 
> These had a conflict but you didn't use ath.git as the baseline so I
> can't easily fix them. Please try always to use clean ath.git master
> branch as the baseline for your patches.
> 
> Applying: ath10k: Fix peer assoc complete WMI command for 10.4
> fatal: sha1 information is lacking or useless 
> (drivers/net/wireless/ath/ath10k/wmi.h).
> Repository lacks necessary blobs to fall back on 3-way merge.
> Cannot fall back to three-way merge.
> Patch failed at 0001 ath10k: Fix peer assoc complete WMI command for 10.4

Sorry for this. I prepared these patches on ath:master on top of my other 
pending
patch set. Not sure what went wrong. Ill resend this. Thanks.

Vasanth
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH V2 0/3] Fix few WMI/HTT interfaces

2015-11-04 Thread Vasanthakumar Thiagarajan
This patch set fixes mismatch in peer_assoc complete wmi command for
version 10.4 and peer_id configuration for HTT version < 3.4.

V2:
- Add cover letter
- Rename ath10k_mac_need_offchan_tx_work() to
  ath10k_mac_tx_frm_has_freq(). Add htt-op-version check
  to the helper and use it in ath10k_htt_tx() while configuring
  peerid.

Vasanthakumar Thiagarajan (3):
  ath10k: Fix peer assoc complete WMI command for 10.4
  ath10k: Rename the helper which is used for off-channel tx
  ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

 drivers/net/wireless/ath/ath10k/htt.h|  9 ++--
 drivers/net/wireless/ath/ath10k/htt_tx.c | 11 --
 drivers/net/wireless/ath/ath10k/mac.c|  9 
 drivers/net/wireless/ath/ath10k/mac.h|  1 +
 drivers/net/wireless/ath/ath10k/wmi.c| 37 +++-
 drivers/net/wireless/ath/ath10k/wmi.h|  5 +
 6 files changed, 63 insertions(+), 9 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH V2 0/3] Fix few WMI/HTT interfaces

2015-11-04 Thread Kalle Valo
Vasanthakumar Thiagarajan  writes:

> This patch set fixes mismatch in peer_assoc complete wmi command for
> version 10.4 and peer_id configuration for HTT version < 3.4.
>
> V2:
>   - Add cover letter
>   - Rename ath10k_mac_need_offchan_tx_work() to
> ath10k_mac_tx_frm_has_freq(). Add htt-op-version check
> to the helper and use it in ath10k_htt_tx() while configuring
> peerid.
>
> Vasanthakumar Thiagarajan (3):
>   ath10k: Fix peer assoc complete WMI command for 10.4
>   ath10k: Rename the helper which is used for off-channel tx
>   ath10k: Fix peerid configuration in htt tx desc for htt version < 3.4

These had a conflict but you didn't use ath.git as the baseline so I
can't easily fix them. Please try always to use clean ath.git master
branch as the baseline for your patches.

Applying: ath10k: Fix peer assoc complete WMI command for 10.4
fatal: sha1 information is lacking or useless 
(drivers/net/wireless/ath/ath10k/wmi.h).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.
Patch failed at 0001 ath10k: Fix peer assoc complete WMI command for 10.4

-- 
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html