summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/st
AgeCommit message (Collapse)AuthorFilesLines
2015-12-11cw1200: remove some dead codeDan Carpenter1-6/+0
If the mode is NL80211_IFTYPE_UNSPECIFIED then we return success at the start of the function so this condition is never true. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-11-18cw1200: move under st vendor directoryKalle Valo29-0/+13639
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>