summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cnss/Makefile (follow)
Commit message (Collapse)AuthorAge
* net: cnss: add dual cnss platform driver support for dual WiFiSarada Prasanna Garnayak2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | For dual WiFi both cnss sdio and pcie platform needs to be enabled. Added changes below to support dual platform driver for dual WiFi. Refactor the common api and data structure to avoid namespace collision compilation error. Refactor sdio and pcie bus specific kernel api and removed conditional compilation config flag. The platform driver at run time identifies the wlan bus type from the PHY device pointer passed by the wlan driver through vos api and cnss platform driver redirects the cnss api according the bus type. Remove conditional compilation flag from cnss common api and update cnss makefile for dual platform driver compilation with single config flag. CRs-Fixed: 988871 Change-Id: I8205c2979c857c2f3845ba2dc397d2f9dd1afa3b Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org> Signed-off-by: Ryan Hsu <ryanhsu@codeaurora.org>
* net: cnss: add config flag for cnss common compilationSarada Prasanna Garnayak2016-03-23
| | | | | | | | | | The cnss common kernel module export symbol to WLAN host driver for ROME based wlan module. Add kernel config flag CONFIG_CNSS to make this module compilation only for ROME based target. Change-Id: Ia352f0b561f3ec5a53f0d48fd849e43caf4e44a2 Signed-off-by: Sarada Prasanna Garnayak <sgarna@codeaurora.org>
* net: cnss: Add snapshot of cnss driverYue Ma2016-03-22
This is a snapshot of the cnss driver and associated files as of msm-3.18 commit: e70ad0cd5efdd9dc91a77dcdac31d6132e1315c1 (Promotion of kernel.lnx. 3.18-151201.) Signed-off-by: Yue Ma <yuem@codeaurora.org>