aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29staging: wilc1000: tcp_process: add argument dev and use private dataGlen Lee1-4/+9
2015-10-29staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGlen Lee1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_txq_get_next: add argument wilcGlen Lee1-4/+5
2015-10-29staging: wilc1000: wilc_wlan_rxq_add: add argument wilc and use itGlen Lee1-4/+4
2015-10-29staging: wilc1000: Set_machw_change_vir_if: add argument struct net_deviceGlen Lee1-4/+8
2015-10-29staging: wilc1000: frmw_to_linux: add argument struct wilcGlen Lee1-1/+2
2015-10-29staging: wilc1000: wilc_wlan_rxq_remove: add argument wilc and use itGlen Lee1-5/+10
2015-10-29staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGlen Lee1-1/+1
2015-10-29staging: wilc1000: WILC_WFI_mgmt_rx: add argument wilc and use itGlen Lee1-2/+1
2015-10-29staging: wilc1000: wilc_wlan_txq_filter_dup_tcp_ack: add argument and use wilcGlen Lee1-7/+10
2015-10-29staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilcGlen Lee1-3/+8
2015-10-29staging: wilc1000: linux_wlan_mac_indicate: add argument and use wilcGlen Lee1-2/+2
2015-10-29staging: wilc1000: wilc_wlan_handle_rxq: add new argument and use wilcGlen Lee1-4/+4
2015-10-29staging: wilc1000: wilc_wlan_handle_isr_ext: add argument struct wilcGlen Lee1-2/+2
2015-10-29staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isrGlen Lee1-1/+1
2015-10-24staging: wilc1000: remove COMPLEMENT_BOOTTony Cho1-18/+0
2015-10-13Staging: wilc1000: wilc_wlan: Remove unnecessary castShivani Bhardwaj1-23/+23
2015-10-12staging: wilc1000: remove braces around single statement blocksAlison Schofield1-40/+33
2015-10-12staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.cTony Cho1-1/+1
2015-10-02staging: wilc1000: remove unnecessary commentChaehyun Lim1-2/+0
2015-10-02staging: wilc1000: remove commented codesChaehyun Lim1-4/+0
2015-10-02staging: wilc1000: remove function pointer cfg_initGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer rx_indicateGlen Lee1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_get_valGlen Lee1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_getGlen Lee1-1/+1
2015-10-02staging: wilc1000: remove function pointer cfg_wid_setGlen Lee1-2/+3
2015-10-02staging: wilc1000: remove function pointer wlan_add_mgmt_to_tx_queGlen Lee1-6/+1
2015-10-02staging: wilc1000: remove function pointer wlan_cfg_get_valueGlen Lee1-3/+1
2015-10-02staging: wilc1000: remove function pointer wlan_cfg_getGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer wlan_cfg_setGlen Lee1-2/+2
2015-10-02staging: wilc1000: remove function pointer wlan_cleanupGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer wlan_handle_rx_isrGlen Lee1-1/+0
2015-10-02staging: wilc1000: remove function pointer wlan_handle_tx_queGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer wlan_add_to_tx_queGlen Lee1-2/+2
2015-10-02staging: wilc1000: remove function pointer wlan_stopGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer wlan_startGlen Lee1-2/+1
2015-10-02staging: wilc1000: remove function pointer wlan_firmware_downloadGlen Lee1-2/+1
2015-09-30wilc1000 : Use BIT() macro where possibleAnish Bhatt1-32/+34
2015-09-30wilc1000 : Remove leftover comment delimitersAnish Bhatt1-7/+6
2015-09-29wilc1000 : Remove unused macro definitionsAnish Bhatt1-3/+0
2015-09-29staging: wilc1000: remove variable cif_funcGlen Lee1-8/+5
2015-09-29staging: wilc1000: remove function pointer os_waitGlen Lee1-11/+9
2015-09-29staging: wilc1000: remove mutex txq_cs and it's related codesGlen Lee1-2/+0
2015-09-29staging: wilc1000: remove variable rx_buffer_sizeGlen Lee1-7/+2
2015-09-29staging: wilc1000: remove variable tx_buffer_sizeGlen Lee1-4/+2
2015-09-29staging: wilc1000: remove pointer varialbes of hif_csGlen Lee1-6/+4
2015-09-29staging: wilc1000: remove pointer variables of txq_add_to_head_csGlen Lee1-7/+6
2015-09-29staging: wilc1000: remove pointer varialbe cfg_wait and cfg_wait_eventGlen Lee1-7/+7
2015-09-29staging: wilc1000: remove pointer variable of g_linux_wlan->txq_eventGlen Lee1-5/+3
2015-09-29staging: wilc1000: use g_linux_wlan->rxq_cs for function arguemntGlen Lee1-6/+4