[LEDE-DEV] [PATCH v2 2/2] ath10k-ct: Support ath10k CT firmware for 9887 chipsets.
Felix Fietkau
nbd at nbd.name
Wed Feb 1 09:06:34 PST 2017
On 2017-01-27 01:11, greearb at candelatech.com wrote:
> From: Ben Greear <greearb at candelatech.com>
>
> And, update support for 9880 chipsets. The new firmware
> fixes a regression with EAPOL 4/4 packets added in
> a recent commit.
>
> It also fixes a case where the firmware would improperly try
> to use STBC when configured for 1x1 (as 9887 always is).
>
> Signed-off-by: Ben Greear <greearb at candelatech.com>
> ---
> package/firmware/ath10k-firmware/Makefile | 44 ++++++++++++++++++++++++++++---
> 1 file changed, 41 insertions(+), 3 deletions(-)
>
> diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
> index fa026e4..08c65c0 100644
> --- a/package/firmware/ath10k-firmware/Makefile
> +++ b/package/firmware/ath10k-firmware/Makefile
> @@ -8,7 +8,7 @@
> include $(TOPDIR)/rules.mk
>
> PKG_NAME:=ath10k-firmware
> -PKG_SOURCE_DATE:=2017-01-11
> +PKG_SOURCE_DATE:=2017-01-26
Please stop bumping PKG_SOURCE_DATE for no reason. It should reflect the
date of the commit you're referencing in PKG_SOURCE_VERSION, not the
date you made the change.
- Felix
More information about the Lede-dev
mailing list