summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cisco/airo_cs.c
Commit message (Collapse)AuthorAgeFilesLines
* airo: remove unused variables len and dev and clean up formattingColin Ian King2018-07-311-3/+0
| | | | | | | | | | | | | Variables len and dev assigned values but are never used hence they are redundant and can be removed. Also add in white space in for-loop and remove some { } braces on if statement. Cleans up clang warnings: warning: variable 'len' set but not used [-Wunused-but-set-variable] warning: variable 'dev' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
* airo: move under cisco vendor directoryKalle Valo2015-11-181-0/+222
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
OpenPOWER on IntegriCloud