diff options
author | 2016-01-29 14:17:44 +0000 | |
---|---|---|
committer | 2016-01-29 14:17:44 +0000 | |
commit | 06cb3ec4a966b95131dec36e84a05c2019934eab (patch) | |
tree | 43cea2acf9dad783344fb96245a073ae510adf6a | |
parent | 99fa54f7a1e01db2f53ae3ae1d97c73f14c7adf2 (diff) | |
download | meta-qcom-06cb3ec4a966b95131dec36e84a05c2019934eab.tar.gz meta-qcom-06cb3ec4a966b95131dec36e84a05c2019934eab.tar.bz2 meta-qcom-06cb3ec4a966b95131dec36e84a05c2019934eab.zip |
linux-linaro-qcomlt_4.2: update kernel version
Include the following patches:
Bjorn Andersson (1):
wcn36xx: Disable power save
Fengwei Yin (2):
wcn36xx: handle rx skb allocation failure to avoid system crash
wcn36xx: split DMA mask register writing.
Jason Mobarak (1):
wcn36xx: don't pad beacons for mesh
Nicolas Dechesne (4):
kernel: configs: add CONFIG_INPUT_JOYDEV in distro.config
Revert "arm64: add qcom_defconfig"
Merge remote-tracking branch 'bjorn/for-srini/wcn36xx-fixes-4.2' into
release/qcomlt-4.2
wcn36xx: remove references to IFF_PROMISC
Pontus Fuchs (15):
wcn36xx: Clean up wcn36xx_smd_send_beacon
wcn36xx: Pad TIM PVM if needed
wcn36xx: Add helper macros to cast vif to private vif and vice versa
wcn36xx: Use consistent name for private vif
wcn36xx: Use define for invalid index and fix typo
wcn36xx: Fetch private sta data from sta entry instead of from vif
wcn36xx: Add helper macros to cast sta to priv
wcn36xx: Remove sta pointer in private vif struct
wcn36xx: Parse trigger_ba response properly
wcn36xx: Copy all members in config_sta v1 conversion
wcn36xx: Use allocated self sta index instead of hard coded
wcn36xx: Clear encrypt_type when deleting bss key
wcn36xx: Track association state
wcn36xx: Implement multicast filtering
wcn36xx: Use correct command struct for EXIT_BMPS_REQ
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb index 3a140fe..261741e 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.2.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc SRCBRANCH = "release/qcomlt-4.2" -SRCREV = "d9e72b03cd9ce0096b991498aa1847c81ae4439a" +SRCREV = "3f51812ef1de53bc1c41d8f062320e9a7ea3cb94" COMPATIBLE_MACHINE = "(ifc6410|dragonboard-410c)" |