summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park2016-02-071-2/+0
* staging: wilc1000: remove unused log message using the RX_DBG tagChris Park2016-02-071-5/+0
* staging: wilc1000: remove unnecessary wilc_rx_complete functionChris Park2016-02-071-6/+1
* staging: wilc1000: remove unused log message using the TX_DBG tagChris Park2016-02-071-6/+3
* staging: wilc1000: Optimize code of wilc_get_chipid functionChris Park2016-02-071-12/+7
* staging: wilc1000: remove warnings missing a blank line after declarationsChris Park2016-02-071-0/+1
* staging: wilc1000: remove unnecessary bracesChris Park2016-02-071-4/+4
* staging: wilc1000: remove useless functionChris Park2016-02-071-9/+0
* staging: wilc1000: remove useless log messageChris Park2016-02-071-106/+22
* staging: wilc1000: fix warnings for line over 80 charactersChris Park2016-02-071-13/+20
* staging: wilc1000: rename pBssid of tx_complete_data structureLeo Kim2016-02-071-1/+1
* staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee2016-02-071-24/+33
* staging: wilc1000: move wilc_send_config_pkt to wilc_wlan.cGlen Lee2016-02-071-0/+39
* staging: wilc1000: increase link speedGlen Lee2016-02-071-10/+17
* staging: wilc1000: remove define TCP_ACK_FILTERGlen Lee2016-02-071-20/+2
* staging: wilc1000: tcp_process: fix a build warningGlen Lee2016-02-071-0/+1
* staging: wilc1000: remove wilc_set_machw_change_vir_ifGlen Lee2016-02-031-32/+0
* staging: wilc1000: sdio_init: add resume argumentGlen Lee2016-02-031-1/+1
* staging: wilc1000: add sdio resume/suspendGlen Lee2016-02-031-4/+7
* staging: wilc1000: support suspend/resume functionalityGlen Lee2016-02-031-12/+19
* staging: wilc1000: remove define WILC_OPTIMIZE_SLEEP_INTGlen Lee2016-02-031-72/+2
* staging: wilc1000: fix bug when changing virtual interfaceGlen Lee2016-02-031-0/+2
* staging: wilc1000: replace numerical constant with predefined MACROHari Prasath Gujulan Elango2016-02-031-1/+1
* staging: wilc1000: bug fix on memory freeGlen Lee2015-12-211-0/+1
* staging: wilc1000: pass struct wilcGlen Lee2015-12-211-1/+1
* staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee2015-12-211-30/+30
* staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee2015-12-211-1/+1
* staging: wilc1000: move all of wilc_wlan_dev_t to struct wilcGlen Lee2015-12-211-154/+117
* staging: wilc1000: remove unused varialbe tx_buffer_offsetGlen Lee2015-12-211-1/+0
* staging: wilc1000: remove io_type of wilc_wlan_dev_tGlen Lee2015-12-211-11/+8
* staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee2015-12-211-84/+77
* staging: wilc1000: use kernel define byte order macrosGlen Lee2015-12-211-16/+6
* staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee2015-12-211-6/+6
* staging: wilc1000: remove wilc memory allocation configGlen Lee2015-12-211-30/+0
* staging: wilc1000: wilc_dbg: remove wilcGlen Lee2015-12-181-1/+1
* staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee2015-12-181-2/+2
* staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee2015-12-181-3/+2
* staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee2015-12-181-76/+91
* staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee2015-12-181-28/+28
* staging: wilc1000: remove sdio speed control codesGlen Lee2015-12-181-10/+0
* staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann2015-12-181-69/+76
* staging/wilc1000: split out bus specific modulesArnd Bergmann2015-12-181-0/+1
* staging/wilc1000: remove WILC_SDIO/WILC_SPI macrosArnd Bergmann2015-12-181-1/+4
* staging/wilc1000: pass hif operations through initializationArnd Bergmann2015-12-181-13/+2
* staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann2015-12-181-6/+2
* staging/wilc1000: move wilc_wlan_inp_t into struct wilcArnd Bergmann2015-12-181-10/+9
* staging/wilc1000: move extern declarations to headersArnd Bergmann2015-12-181-7/+1
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-21/+21
* staging/wilc1000: make symbols static if possibleArnd Bergmann2015-12-181-8/+15
* staging/wilc1000: remove unused functionsArnd Bergmann2015-12-181-4/+0
OpenPOWER on IntegriCloud