Message ID | 20191227015530.GA3828441@builder (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | qcom: Switch SDM845 WLAN firmware | expand |
On Thu, Dec 26, 2019 at 8:55 PM Bjorn Andersson <bjorn.andersson@linaro.org> wrote: > > Hi, > > The recently committed wlan firmware found under ath10k/WCN3990 shows > better stability under load than the one present for SDM845. So this > replaces the current firmware with a symlink to the newly contributed > one. > > Regards, > Bjorn > > The following changes since commit 6871bffa79ed240696986837cfb17b272ff57466: > > Merge branch 'ath10k-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware (2019-12-20 08:41:19 -0500) > > are available in the Git repository at: > > https://github.com/andersson/linux-firmware.git RB3-wlan-firmware-1387 > > for you to fetch changes up to 4570585aad1009b84fe0d4d0677dd8d4c9956b42: > > qcom: Switch SDM845 WLAN firmware (2019-12-26 17:47:56 -0800) > > ---------------------------------------------------------------- > Bjorn Andersson (1): > qcom: Switch SDM845 WLAN firmware > > WHENCE | 1 - > qcom/sdm845/wlanmdsp.mbn | Bin 3311964 -> 39 bytes > 2 files changed, 1 deletion(-) > mode change 100644 => 120000 qcom/sdm845/wlanmdsp.mbn This messes up WHENCE. Either you want to use the Link: statement in WHENCE, or keep the File line if you're going to create a symlink manually. The Link statement is preferred. Can you redo? josh
On Mon 30 Dec 04:27 PST 2019, Josh Boyer wrote: > On Thu, Dec 26, 2019 at 8:55 PM Bjorn Andersson > <bjorn.andersson@linaro.org> wrote: > > > > Hi, > > > > The recently committed wlan firmware found under ath10k/WCN3990 shows > > better stability under load than the one present for SDM845. So this > > replaces the current firmware with a symlink to the newly contributed > > one. > > > > Regards, > > Bjorn > > > > The following changes since commit 6871bffa79ed240696986837cfb17b272ff57466: > > > > Merge branch 'ath10k-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware (2019-12-20 08:41:19 -0500) > > > > are available in the Git repository at: > > > > https://github.com/andersson/linux-firmware.git RB3-wlan-firmware-1387 > > > > for you to fetch changes up to 4570585aad1009b84fe0d4d0677dd8d4c9956b42: > > > > qcom: Switch SDM845 WLAN firmware (2019-12-26 17:47:56 -0800) > > > > ---------------------------------------------------------------- > > Bjorn Andersson (1): > > qcom: Switch SDM845 WLAN firmware > > > > WHENCE | 1 - > > qcom/sdm845/wlanmdsp.mbn | Bin 3311964 -> 39 bytes > > 2 files changed, 1 deletion(-) > > mode change 100644 => 120000 qcom/sdm845/wlanmdsp.mbn > > This messes up WHENCE. Either you want to use the Link: statement in > WHENCE, or keep the File line if you're going to create a symlink > manually. The Link statement is preferred. Can you redo? > Sorry about that. I will respin this. Regards, Bjorn