summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: remove unused variablesSudip Mukherjee2016-04-291-8/+0Star
* staging: wilc1000: add set to null after release firmwareLeo Kim2016-04-291-1/+3
* staging: wilc1000: removes unnecessary test codeLeo Kim2016-04-291-9/+0Star
* staging: wilc1000: txq_thread_started: replaces a semaphore with a completionLeo Kim2016-04-291-5/+5
* staging: wilc1000: removes unused local variableLeo Kim2016-03-281-18/+0Star
* staging: wilc1000: removes define USE_TX_BACKOFF_DELAY_IF_NO_BUFFERSLeo Kim2016-03-281-8/+0Star
* staging: wilc1000: removes unused defineLeo Kim2016-03-281-2/+0Star
* staging: wilc1000: replaces memcmp with ether_addr_equal_unalignedLeo Kim2016-03-281-2/+4
* staging: wilc1000: removes unused dead codesLeo Kim2016-03-281-8/+0Star
* staging: wilc1000: replaces frame_type with type of struct frame_regLeo Kim2016-03-281-4/+4
* staging: wilc1000: replaces g_struct_frame_reg with frame_regLeo Kim2016-03-281-6/+6
* staging: wilc1000: changes an ambiguous debug messagesLeo Kim2016-03-281-1/+1
* staging: wilc1000: removes duplicate wilc variable settingLeo Kim2016-03-281-6/+4Star
* staging: wilc1000: removes duplicate vif variable settingLeo Kim2016-03-281-1/+0Star
* staging: wilc1000: Remove header fileAmitoj Kaur Chawla2016-02-221-1/+0Star
* staging: wilc1000: removes linux_wlan_common.h fileChris Park2016-02-221-1/+0Star
* staging: wilc1000: removes wilc_dbg()Leo Kim2016-02-221-4/+0Star
* staging: wilc1000: linux_wlan.c: removes unnecessary log messagesChris Park2016-02-221-1/+0Star
* staging: wilc1000: Return correct error codesAmitoj Kaur Chawla2016-02-201-4/+5
* staging: wilc1000: linux_wlan: remove cast on void pointersAlison Schofield2016-02-151-5/+5
* staging: wilc1000: remove unnecessary log message using GENERIC_DBG tagChris Park2016-02-081-2/+0Star
* staging: wilc1000: remove unnecessary wilc_rx_complete functionChris Park2016-02-081-5/+0Star
* staging: wilc1000: remove unused log message using the TX_DBG tagChris Park2016-02-081-4/+0Star
* staging: wilc1000: Optimize code of wilc_get_chipid functionChris Park2016-02-081-2/+2
* staging: wilc1000: fixes variable dereferenced before checkLeo Kim2016-02-081-6/+0Star
* staging: wilc1000: renames u8IfIdx of wilc_vif structureLeo Kim2016-02-081-4/+4
* staging: wilc1000: removes void function returnLeo Kim2016-02-081-2/+0Star
* staging: wilc1000: replaces PRINT_XXX with netdev_xxxLeo Kim2016-02-081-55/+54Star
* staging: wilc1000: removes unnecessary debug logsLeo Kim2016-02-081-130/+24Star
* staging: wilc1000: remove warnings line over 80 charactersLeo Kim2016-02-081-2/+4
* staging: wilc1000: rename pBssid of tx_complete_data structureLeo Kim2016-02-081-1/+1
* staging: wilc1000: fixes missing a blank line after declarationsLeo Kim2016-02-081-0/+2
* staging: wilc1000: rename hWILCWFIDrv of wilc_priv structureLeo Kim2016-02-081-4/+4
* staging: wilc1000: pass vif to wilc_send_config_pktGlen Lee2016-02-081-44/+44
* staging: wilc1000: get mac address after setting drv handlerGlen Lee2016-02-081-4/+5
* staging: wilc1000: wilc_set_wfi_drv_handler: add mac indexGlen Lee2016-02-081-0/+19
* staging: wilc1000: fixes add spaces required aroundLeo Kim2016-02-041-2/+2
* staging: wilc1000: fixes no space is necessary after a castLeo Kim2016-02-041-1/+1
* staging: wilc1000: wilc_frmw_to_linux(): fixes null checkLeo Kim2016-02-041-6/+3Star
* staging: wilc1000: set bssid with modeGlen Lee2016-02-041-16/+10Star
* staging: wilc1000: remove wilc_set_machw_change_vir_ifGlen Lee2016-02-041-2/+1Star
* staging: wilc1000: use unified firmwareGlen Lee2016-02-041-9/+9
* staging: wilc1000: get address from wilcGlen Lee2016-02-041-5/+4Star
* staging: wilc1000: remove sleep and reduce close timeoutGlen Lee2016-02-041-4/+1Star
* staging: wilc1000: set hif_drv before it is usedGlen Lee2015-12-211-1/+0Star
* staging: wilc1000: remove argument hif_drvGlen Lee2015-12-211-10/+10
* staging: wilc1000: pass vif to hostIFthreadGlen Lee2015-12-211-10/+12
* staging: wilc1000: remove duplicate netdevGlen Lee2015-12-211-18/+17Star
* staging: wilc1000: change vif to pointer to refence real private dataGlen Lee2015-12-211-32/+33
* staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee2015-12-211-126/+125Star