summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: rename variables using camelCase in add_key()Ajay Singh2018-01-171-28/+28
* staging: wilc1000: rename NullBssid to null_bssid to avoid camelCase variable...Ajay Singh2018-01-171-4/+4
* staging: wilc1000: rename pstrWFIDrv to wfi_drv to avoid camelCase namingAjay Singh2018-01-171-18/+18
* staging: wilc1000: rename camelCase used in functions start with WILC_WFI_CfgAjay Singh2018-01-171-17/+17
* staging: wilc1000: rename CfgConnectResult() and its local variable namesAjay Singh2018-01-171-37/+37
* staging: wilc1000: rename s32Error variable to avoid camelCase notationAjay Singh2018-01-171-69/+69
* staging: wilc1000: rename au8Sta_AssociatedBss element sta_info structureAjay Singh2018-01-171-4/+4
* staging: wilc1000: rename wilc_wfi_p2pListenParams struct and its member vari...Ajay Singh2018-01-171-14/+14
* staging: wilc1000: rename elements of wilc_priv struct to avoid using camelCaseAjay Singh2018-01-171-45/+45
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+4
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-141-2/+1Star
|\
| * staging/wilc1000: Convert timers to use timer_setup()Kees Cook2017-10-181-3/+1Star
| * staging: wilc1000: Blank lines aren't necessary before a close brace '}'Keerthi Reddy2017-09-291-1/+0Star
| * staging: wilc1000: No space is necessary after a castKeerthi Reddy2017-09-291-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-3/+1Star
|\ \
| * | timer: Remove meaningless .data/.function assignmentsKees Cook2017-10-171-3/+1Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* staging: wilc1000: Neaten refresh_scan - remove always 1 argumentJoe Perches2017-07-161-37/+28Star
* staging: wilc1000: New cfg packet format in handle_set_wfi_drv_handlerAditya Shankar2017-06-131-1/+1
* staging: wilc1000: add missing blank line after struct declarationMarko Stankovic2017-05-291-0/+1
* staging: wilc1000: remove excessive blank linesMarko Stankovic2017-05-291-15/+0Star
* staging: wilc1000: Refactor handling of HT caps fieldsJason Litzinger2017-05-151-16/+2Star
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-061-27/+27
|\
| * Staging: wilc1000: fix two typos in #define'sDylan Leggio2017-03-171-6/+6
| * staging: wilc1000: fix incorrect copy of pmkid dataColin Ian King2017-03-171-1/+1
| * staging: wilc1000: Logical continuations should be on the previous lineArushi Singhal2017-03-071-6/+6
| * staging: wilc1000: Alignment should match open parenthesisArushi Singhal2017-03-071-8/+8
| * staging: wilc1000: Rename network_info member str_rssi to rssi_historyTahia Khan2017-03-061-7/+7
| * staging: wilc1000: Rename tstrRSSI members and change type of u8Full to boolTahia Khan2017-03-061-7/+7
* | cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-2/+1Star
|/
* scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* staging:wilc1000: Fix line over 80 charactersJacob Zachariah2017-02-121-2/+5
* staging: wilc1000: Connect to highest RSSI value for required SSIDAditya Shankar2017-01-101-6/+13
* staging: wilc1000: Remove unnecessary extern variables.Elise Lennion2016-10-171-5/+0Star
* Staging: wilc1000: Compress return logic into one lineMihaela Muraru2016-10-161-13/+5Star
* staging: wilc1000: Add blank line after variable declarations.Elise Lennion2016-10-161-0/+1
* Staging: wilc1000: constify cfg80211_ops structuresBhumika Goyal2016-09-271-1/+1
* staging: wilc1000: correctly check if associatedsta has not been foundColin Ian King2016-08-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+10
|\
| * nl80211: support beacon report scanningAvraham Stern2016-07-061-2/+10
* | staging: wilc1000: arrays can't be NULLLuis de Bethencourt2016-06-251-2/+1Star
|/
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-211-32/+39
|\
| * staging: wilc1000: fix infoleak in wilc_wfi_cfgoperationsKangjie Lu2016-05-041-0/+1
| * staging: wilc1000: adds a check routine when performed del_key()Leo Kim2016-04-291-3/+6
| * staging: wilc1000: adds a cfg80211_disconnected() functionLeo Kim2016-04-291-0/+11
| * staging: wilc1000: use mutex instead of struct semaphore hSemScanReqChaehyun Lim2016-03-291-5/+5
| * staging: wilc1000: remove unused struct semaphore SemHandleUpdateStatsChaehyun Lim2016-03-291-1/+0Star
| * staging: wilc1000: replaces frame_type with type of struct frame_regLeo Kim2016-03-281-2/+2
| * staging: wilc1000: replaces g_struct_frame_reg with frame_regLeo Kim2016-03-281-4/+4
| * staging: wilc1000: Removed braces from single block statementsRoger H. Newell2016-03-281-19/+12Star