aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal1-5/+5
2016-10-02staging: wilc1000: remove unnecessary bracesElizabeth Ferdman1-2/+2
2016-10-02staging: wilc1000: wilc_wlan: Compress return logicNamrata A Shettar1-4/+2
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva1-2/+1
2016-06-25staging: wilc1000: Replace semaphore cfg_event with completionBinoy Jayan1-7/+8
2016-06-25staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutexBinoy Jayan1-7/+4
2016-06-25staging: wilc1000: Replace semaphore txq_event with completionBinoy Jayan1-3/+5
2016-04-28Staging: wilc1000: Freed memory in case of errorClaudiu Beznea1-1/+4
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim1-2/+2
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim1-3/+2
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim1-2/+2
2016-03-28staging: wilc1000: else is not generally useful after a break or returnAnchal Jain1-11/+8
2016-03-28staging: wilc1000: removes an unnecessary if-conditionLeo Kim1-2/+0
2016-03-28staging: wilc1000: removes goto definitions from wilc_wlan_firmware_downloadLeo Kim1-6/+2
2016-03-28staging: wilc1000: removes function 'init_tcp_tracking()'Leo Kim1-6/+0
2016-03-11staging: wilc1000: Possible unnecessary 'out of memory' messageAnchal Jain1-3/+1
2016-03-01staging: wilc1000: wilc_wlan: Remove wrapper functionAmitoj Kaur Chawla1-6/+1
2016-03-01staging: wilc1000: Remove unnecessary 'else'Rehas Sachdeva1-2/+1
2016-02-25staging: wilc1000: Remove useless return variablesBhaktipriya Shridhar1-5/+1
2016-02-25staging: wilc1000: wilc_wlan.c: remove multiple blank lineTony Cho1-1/+0
2016-02-25staging: wilc1000: wilc_wlan.c: remove unnecessary blank linesTony Cho1-4/+0
2016-02-25staging: wilc1000: removes unnecessary retry 3 timesLeo Kim1-4/+3
2016-02-22staging: wilc1000: wilc_wlan_cfg_init: changes unused argumentLeo Kim1-16/+1
2016-02-22staging: wilc1000: removes unnecessary wilc_debug print logLeo Kim1-3/+1
2016-02-22staging: wilc1000: removes unnecessary wilc_debug print logLeo Kim1-3/+0
2016-02-22staging: wilc1000: replaces wilc_debug with netdev_errLeo Kim1-3/+3
2016-02-22staging: wilc1000: removes wilc_dbg()Leo Kim1-2/+0
2016-02-22staging: wilc1000: wilc_wlan.c: removes unnecessary log messagesChris Park1-3/+0
2016-02-22staging: wilc1000: wilc_wlan.c: removes PRINT_ERLeo Kim1-2/+0
2016-02-19staging: wilc1000: Modify tcp_process to return void rather than intJanani Ravichandran1-7/+1
2016-02-19staging: wilc1000: Remove unused functionAmitoj Kaur Chawla1-6/+0
2016-02-15staging: wilc1000: Remove initialization of static variablesEva Rachel Retuya1-1/+1
2016-02-11staging: wilc1000: remove parentheses on right hand side of assignmentAlison Schofield1-2/+2
2016-02-11staging: wilc1000: rename counter in wilc_send_config_pktChaehyun Lim1-16/+15
2016-02-11staging: wilc1000: remove initialization code of counter variableChaehyun Lim1-1/+0
2016-02-11staging: wilc1000: use int type for counter variableChaehyun Lim1-1/+1
2016-02-11staging: wilc1000: fix return type of wilc_send_config_pktChaehyun Lim1-2/+3
2016-02-07staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park1-2/+0
2016-02-07staging: wilc1000: remove unused log message using the RX_DBG tagChris Park1-5/+0
2016-02-07staging: wilc1000: remove unnecessary wilc_rx_complete functionChris Park1-6/+1
2016-02-07staging: wilc1000: remove unused log message using the TX_DBG tagChris Park1-6/+3
2016-02-07staging: wilc1000: Optimize code of wilc_get_chipid functionChris Park1-12/+7
2016-02-07staging: wilc1000: remove warnings missing a blank line after declarationsChris Park1-0/+1
2016-02-07staging: wilc1000: remove unnecessary bracesChris Park1-4/+4
2016-02-07staging: wilc1000: remove useless functionChris Park1-9/+0
2016-02-07staging: wilc1000: remove useless log messageChris Park1-106/+22
2016-02-07staging: wilc1000: fix warnings for line over 80 charactersChris Park1-13/+20
2016-02-07staging: wilc1000: rename pBssid of tx_complete_data structureLeo Kim1-1/+1
2016-02-07staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee1-24/+33
2016-02-07staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee1-0/+39