summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-244-6/+6
* staging: wilc1000: move variable assignment along with its declarationAjay Singh2018-07-214-284/+118Star
* staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacksAjay Singh2018-07-211-15/+0Star
* staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh2018-07-212-38/+38
* staging: wilc1000: avoid setting default value for variable at declarationAjay Singh2018-07-213-88/+79Star
* staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh2018-07-211-167/+166Star
* staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh2018-07-211-26/+21Star
* staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh2018-07-211-39/+38Star
* staging: wilc1000: remove unnecessary type used for wid idAjay Singh2018-07-211-42/+42
* staging: wilc1000: use single space before opening brances '{'Ajay Singh2018-07-214-6/+6
* staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh2018-07-213-6/+0Star
* staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh2018-07-213-5/+5
* staging: wilc1000: remove the mutliple #define used for same macroAjay Singh2018-07-214-9/+5Star
* staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh2018-07-211-3/+0Star
* staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh2018-07-212-11/+0Star
* staging: wilc1000: remove unused elements in 'wilc' structAjay Singh2018-07-212-10/+0Star
* staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh2018-07-214-9/+9
* staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh2018-07-213-3/+3
* staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh2018-07-212-3/+3
* staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh2018-07-212-6/+6
* staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh2018-07-213-64/+12Star
* staging: wilc1000: remove extra enum defined for data ratesAjay Singh2018-07-212-17/+1Star
* staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh2018-07-214-25/+7Star
* staging: wilc1000: remove unused enum declarationAjay Singh2018-07-213-40/+0Star
* staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh2018-07-061-9/+9
* staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-7/+7
* staging: wilc1000: updated TODO fileAjay Singh2018-06-281-5/+0Star
* staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh2018-06-281-3/+9
* staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh2018-06-281-3/+3
* staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh2018-06-281-4/+0Star
* staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh2018-06-281-3/+0Star
* staging: wilc1000: handle freeing of key data in wep add keyAjay Singh2018-06-281-7/+0Star
* staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh2018-06-281-48/+42Star
* staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh2018-06-281-35/+0Star
* staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh2018-06-283-133/+132Star
* staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()Ajay Singh2018-06-281-399/+544
* staging: wilc1000: remove unused marco related to HIF commandsAjay Singh2018-06-281-36/+0Star
* staging: wilc1000: remove host_if_work() to handle TODO list issueAjay Singh2018-06-281-296/+278Star
* staging: wilc1000: Use common structs to parse ip packetsThibaut Robert2018-06-281-28/+15Star
* staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local v...Ajay Singh2018-06-172-4/+3Star
* staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh2018-06-172-6/+2Star
* staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh2018-06-174-20/+12Star
* staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh2018-06-174-49/+19Star
* staging: wilc1000: Avoid overriding rates_no while parsing ies element.Adham Abozaeid2018-05-251-11/+13
* staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"Colin Ian King2018-05-251-1/+1
* staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused...Ajay Singh2018-05-143-70/+11Star
* staging: wilc1000: remove s8idxarray to avoid datatype in variable nameAjay Singh2018-05-141-3/+1Star
* staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structureAjay Singh2018-05-141-1/+0Star
* staging: wilc1000: added comments for mutex and spinlock_tAjay Singh2018-05-142-3/+4
* staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh2018-05-144-20/+9Star