summaryrefslogtreecommitdiff
path: root/drivers/net (follow)
Commit message (Collapse)AuthorAge
...
* | | | | | | | | wil6210: fix for broadcast workaround in PBSSLior David2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we do not have full support for broadcast from a station inside a PBSS network. We have a workaround where instead of broadcast we do a unicast to every known station in the PBSS. This workaround was performed only for P2P clients. This fix will perform the broadcast workaround also for a regular station inside a PBSS. Change-Id: I3153727b3c928b4ea4cfae59f1df1d36adb9d1bb Signed-off-by: Lior David <qca_liord@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: a895cb8b990c12945b70f70d9e0798d587d507c0 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | | | | | wil6210: support new WMI-only FW capabilityDedy Lansky2017-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WMI_ONLY FW is used for testing in production. It cannot be used for scan/connect, etc. In case FW reports this capability, driver will not allow interface up. Change-Id: Ifad411ba3fff136107ee73691008de3d013853b5 Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: 0d2370e939acca97b5e1abc1aedd47c5c9a5f500 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | | | | | wil6210: remove __func__ from debug printoutsLazar Alexei2017-02-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | __func__ is automatically added to printouts by dynamic debug mechanism and by wil_info/wil_err macros. Remove __func__ from debug printouts to avoid duplication. Change-Id: I3c8f8088bbff17954eb774b6dcd64b6dfd2de932 Signed-off-by: Lazar Alexei <qca_ailizaro@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: af3db60a30331d3a37b534570bc52dd64a7c0e5d Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | | | | Merge "ath10k: Remove redundant code from snoc layer"Linux Build Service Account2017-02-15
|\ \ \ \ \ \ \ \
| * | | | | | | | ath10k: Remove redundant code from snoc layerGovind Singh2017-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ath10k snoc bus uses NAPI in rx path and tasklet is no more used. Remove tasklet references from bus layer. Refactor driver unload path to have consistency in API uses. CRs-Fixed: 2005874 Change-Id: Ib9534286ed45bf1394e109c6ca8063cd89a1d58e Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | | Merge "ath10k: Refactor htt rx descriptor and remove last msdu check for ↵Linux Build Service Account2017-02-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990"
| * | | | | | | | | ath10k: Refactor htt rx descriptor and remove last msdu check for WCN3990Rakesh Pillai2017-02-14
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 target uses more fields in htt rx descriptor. Refactor htt rx descriptor to not break legacy code. Remove last msdu check in htt rx for WCN3990 which is not required. CRs-Fixed: 2005906 Change-Id: Id2f670ecd72ea898a11a9d9eea61b5a1f2364d32 Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
* | | | | | | | | Merge "wil6210: support loading dedicated image for sparrow-plus devices"Linux Build Service Account2017-02-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | wil6210: support loading dedicated image for sparrow-plus devicesLazar Alexei2017-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Driver may be used in platforms where some use sparrow cards while other use sparrow-plus cards, where different FW image is needed. Add the capability to load dedicated FW image in case sparrow-plus card is detected and fallback to default image if such does not exist. Change-Id: I7bfa75d2bb135fd856adc37abf449220f6bcd139 Signed-off-by: Lazar Alexei <qca_ailizaro@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: a351f2f537b711bed3d0f6a75d7e9fddcbe51ffe Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git [merez@codeaurora.org: trivial rebase] Signed-off-by: Maya Erez <merez@codeaurora.org>
| * | | | | | | | | wil6210: add disable_ap_sme module parameterDedy Lansky2017-02-08
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, AP SME is handled by driver/FW. In case disable_ap_sme is true, driver doesn't turn-on WIPHY_FLAG_HAVE_AP_SME and the responsibility for AP SME is passed to user space. With AP SME disabled, driver reports assoc request frame to user space which is then responsible for sending assoc response frame and for sending NL80211_CMD_NEW_STATION. Driver also reports disassoc frame to user space which should then send NL80211_CMD_DEL_STATION. NL80211_CMD_SET_STATION with NL80211_STA_FLAG_AUTHORIZED is used by user space to allow/disallow data transmit. Change-Id: I3484efd474d6def408f61b74c1553ead78bf8c83 Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com> Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Git-commit: 849a564b7e28db7afed18d4b921303b7bd883112 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Signed-off-by: Maya Erez <merez@codeaurora.org>
* | | | | | | | | Merge "ath10k: Return failure if fw ready is not arrived"Linux Build Service Account2017-02-15
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | ath10k: Return failure if fw ready is not arrivedGovind Singh2017-02-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If fw ready indication is not received prior driver probe, core register will fail as fw interfaces are not ready. Return failure for insmod if fw ready indication is not received by the driver. Change-Id: I1953c60bda3df464b5f815bb66cc0d5da7aee037 Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | Merge "msm: mhi: fix latent issues in MHI drivers"Linux Build Service Account2017-02-11
|\ \ \ \ \ \ \ \
| * | | | | | | | msm: mhi: fix latent issues in MHI driversTony Truong2017-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrect checks in MHI drivers may crash the system. Fix these checks so that MHI drivers will handle the errors gracefully. Change-Id: I462263799c2e76573300ed43b51e39ecba42914b Signed-off-by: Tony Truong <truong@codeaurora.org>
* | | | | | | | | Merge "ath10k: converge TLV and HL1.0 params and API"Linux Build Service Account2017-02-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ath10k: converge TLV and HL1.0 params and APIGovind Singh2017-02-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HL1.0 wmi type configuration is overlapped with wmi TLV type configuration. converge TLV and HL1.0 params and API to remove redundant code. Change-Id: Ia41b300ca810495acfdab9f014f59d8cfa839ae3 Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | | Merge "msm: rndis_ipa: Fix to incorrect state transition"Linux Build Service Account2017-02-10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | msm: rndis_ipa: Fix to incorrect state transitionUtkarsh Saxena2017-02-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a spinlock to protect the state transitions in rndis ipa driver. Change-Id: Ia5eab252d9a53e6a2f4db07912967a5f466982a6 Acked-by: Chaitanya Pratapa <cpratapa@qti.qualcomm.com> Acked-by: Javid Mohammed <mjavid@qti.qualcomm.com> Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org> Signed-off-by: Sridhar Ancha <sancha@codeaurora.org>
* | | | | | | | Merge "msm: rndis_ipa: fix to debug file system init failure"Linux Build Service Account2017-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | msm: rndis_ipa: fix to debug file system init failureUtkarsh Saxena2017-02-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not consider debug file system init failure as functional failure. Modify the code to proceed further driver initialization. Change-Id: I821af8970b6c2ced55d6464b8a7b56a458fa7d79 Acked-by: Javid Mohammed <mjavid@qti.qualcomm.com> Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
* | | | | | | | Merge "ath10k: Add support for BASE MAC ADDRESS CMD"Linux Build Service Account2017-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | ath10k: Add support for BASE MAC ADDRESS CMDGovind Singh2017-02-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Base address needs to be set for SAP interface in HL 1.0 firmware. If base mac address has not encoded in WLAN firmware board data file then auto generate base mac address using device serial number and user defined mac address. Change-Id: I66f72c3c14b620107b48664d753c9dcf7a9b418e Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | | | | Merge "ath10k: Skip reading of firmware-5.bin file"Linux Build Service Account2017-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | ath10k: Skip reading of firmware-5.bin fileRajeev Kumar Sirasanagandla2017-02-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In WCN3990, currently firmware gets loaded via non bmi procedure. Since, firmware-5.bin file is not needed, this change skip parsing and loading of the same. CRs-Fixed: 2002151 Change-Id: I7e02349d73d333296b7beefa4c9cfc435de8f1a4 Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
* / / / / / / / wil6210: protect list of pending wmi events during flushHamad Kadmany2017-02-06
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When flush is done, pending events list is manipulated without taking the proper spinlock, which could lead to memory corruption if list is manipulated by wmi worker or by interrupt routine. Change-Id: Iccbc65d94f837402c12d9794cfdde21339599a0b CRs-Fixed: 2002638 Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
* | | | | | | Merge "ath10k: Populate HW params, WMI and HTT versions for WCN3990"Linux Build Service Account2017-02-03
|\ \ \ \ \ \ \
| * | | | | | | ath10k: Populate HW params, WMI and HTT versions for WCN3990Rajeev Kumar Sirasanagandla2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firmware-5.bin file for WCN3990 contains just WMI and HTT versions and firmware is loaded by PIL. This change, populate the hw params for WCN3990 and parse firmware-5.bin file for WMI and HTT versions. CRs-Fixed: 2002151 Change-Id: Ic65d3696e9546fd428e608f4738e9fe53d61338f Signed-off-by: Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org>
* | | | | | | | Merge "ath10k: add WCN3990 SNOC layer compilation support"Linux Build Service Account2017-02-03
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ath10k: add WCN3990 SNOC layer compilation supportGovind Singh2017-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add kernel configuration flag to enable/disable the SNOC bus interface for SNOC WLAN module. Update the ath10k Makefile to add rules to compile the WCN3990 SNOC WLAN module driver. CRs-Fixed: 2000391 Change-Id: I28e6fcd8a0a8b15c8bca0afab33b051748f82d52 Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | | | | Merge "ecm_ipa: remove redundant code"Linux Build Service Account2017-02-02
|\ \ \ \ \ \ \ \
| * | | | | | | | ecm_ipa: remove redundant codeGidon Studinski2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove ECM_IPA debugging capabilities which are no longer needed, nor used. CRs-Fixed: 1112912 Change-Id: I20765d84ca7351c436d39d0f10b7f7a819bcc40b Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
* | | | | | | | | Merge "ath10k: Add support for the management over wmi"Linux Build Service Account2017-02-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ath10k: Add support for the management over wmiRakesh Pillai2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new chipset wcn3990 and new firmware HL-1.0, management is supported via the WMI rather than legacy HTT. Add support for the management over wmi for the ath10k driver. CRs-Fixed: 2000484 Change-Id: Iaf387243d63870e063b3b5bf34cd7232dae921fc Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
| * | | | | | | | | ath10k: Refactor start scan cmd and add peer flag for WCN3990Rakesh Pillai2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 target needs different value for scan flags. Add proper scan flags for WCN3990 and attach based on hardware detected. CRs-Fixed: 1115143 Change-Id: Ie4c02adb5ae65e12d250389d945e048cb6720479 Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
| * | | | | | | | | ath10k: Add support for NON BMI platformGovind Singh2017-02-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 does not uses BMI for fw download. Refactor startup sequence to support non BMI platform. CRs-Fixed: 1114413 Change-Id: I1e1f5c3808decf319474629ab257ae908895f3a8 Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | | Merge "ath10k: disable HW checksum for WCN3990"Linux Build Service Account2017-02-02
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ath10k: disable HW checksum for WCN3990Govind Singh2017-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HW checksum is not enabled in current release of WCN3990. Disable HW checksum for WCN3990. CRs-Fixed: 2000365 Change-Id: I3b8ee3664150ee8c0c2a8fe9ed1d61c6d32f16b0 Signed-off-by: Govind Singh <govinds@codeaurora.org>
| * | | | | | | | | ath10k: Fix STA disconnect issueGovind Singh2017-02-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vdev params are being set after vdev is in down state, this is resulting in firmware crash. Fix this by skipping vdev access after vdev is in down state. CRs-Fixed: 2000365 Change-Id: Ib15f038624682fb324fbd5c43fa5cddf462443cd Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | | Merge "ath10k: Refactor HTT RX datapath for WCN3990"Linux Build Service Account2017-02-02
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ath10k: Refactor HTT RX datapath for WCN3990Rakesh Pillai2017-02-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 is a 37 bit target and needs DMA_MAP of 37 bits. The HTT RX datapath currently uses 32-bit address. Refactor the HTT RX datapath to enable DMA MAP of 37 bits for WCN3990. Fix ath10k_htt_rx_h_ppdu API usage. CRs-Fixed: 2000491 Change-Id: I3d1505202a899796b0bfa7975844e3700326bfdf Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
* | | | | | | | Merge "ath10k: Add ce gather support for WCN3990 target"Linux Build Service Account2017-02-01
|\ \ \ \ \ \ \ \
| * | | | | | | | ath10k: Add ce gather support for WCN3990 targetGovind Singh2017-02-01
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 target uses different bit filed for ce gather support. Populate valid src descriptor buffers and gather flag for WCN3990 target. CRs-Fixed: 1115328 Change-Id: Ia7e73bd3009823357bb7df06eddb4903efb47286 Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | | | | ath10k: Enable single queue NAPI for WCN3990 targetGovind Singh2017-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up-streamed driver uses NAPI in rx data path. Add napi implementation in snoc layer. CRs-Fixed: 1112504 Change-Id: I33d3405ee99233af474f8bc236c43898086f044c Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | ath10k: Add WCN3990 snoc bus layer supportGovind Singh2017-02-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add WCN3990 wlan module startup, power up and power down sequence. Register interrupt handler and tasklet for each copy engine interrupt line. Add WCN3990 bus layer private API to configure and flush the Tx/Rx copy engine pipe. CRs-Fixed: 1112504 Change-Id: I9f0e2f080c8c92d0db5df465d3e79de058451b28 Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* | | | | | | Merge "ath10k: Add htt tx/rx layer changes for WCN3990 target."Linux Build Service Account2017-01-30
|\ \ \ \ \ \ \
| * | | | | | | ath10k: Add htt tx/rx layer changes for WCN3990 target.Govind Singh2017-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 target uses 37bit addressing mode, modify htt tx, rx, frag descriptor and htt ring configuration. CRs-Fixed: 1117337 Change-Id: Ie1be7b8442e62d46a66c507eaa4662244edec16c Signed-off-by: Govind Singh <govinds@codeaurora.org>
* | | | | | | | Merge "wil6210: fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID"Linux Build Service Account2017-01-30
|\ \ \ \ \ \ \ \
| * | | | | | | | wil6210: fix QCA_WLAN_VENDOR_ATTR_FREQ attribute IDLior David2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix QCA_WLAN_VENDOR_ATTR_FREQ attribute ID to match the official value from the QCA vendor command definitions (qca-vendor.h) Change-Id: I549752fe5c29de5346cf9263ccc16266cafbbecd Signed-off-by: Lior David <liord@codeaurora.org>
* | | | | | | | | Merge "ath10k: Add host/target CE config and services for WCN3990"Linux Build Service Account2017-01-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ath10k: Add host/target CE config and services for WCN3990Govind Singh2017-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WCN3990 target uses following CE config. [CE0] :host->target control and raw streams [CE1] :target->host HTT [CE2] :target->host WMI [CE3] :host->target WMI [CE4] :host->target HTT [CE5] :ipa_uc->target control msg [CE6] :Target autonomous HIF_memcpy [CE7] :ce_diag, the Diagnostic Window [CE8] :Target to uMC [CE9] :target->host HTT [CE10] :target->host HTT [CE11] :target -> host PKTLOG Add host/target CE config and services and associated host to target callbacks. CRs-Fixed: 1116442 Change-Id: I2ae997b4d3f2b8028fe0deaae24b19dbf178aa5a Signed-off-by: Govind Singh <govinds@codeaurora.org> Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>