summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: rename WILC_WFI_InitHostIntChaehyun Lim2015-09-211-1/+1
* staging: wilc1000: rename WILC_WFI_DeInitHostIntChaehyun Lim2015-09-211-3/+3
* staging: wilc1000: remove useless commentChaehyun Lim2015-09-211-3/+2Star
* staging: wilc1000: rename WILC_WFI_WiphyRegisterChaehyun Lim2015-09-211-1/+1
* staging: wilc1000: rename WILC_WFI_WiphyFreeChaehyun Lim2015-09-211-1/+1
* staging: wilc1000: remove do-nothing ifdef statementGlen Lee2015-09-191-8/+2Star
* staging: wilc1000: remove define RX_BH_TYPEGlen Lee2015-09-191-139/+0Star
* staging: wilc1000: remove useless commentChaehyun Lim2015-09-191-8/+0Star
* staging: wilc1000: remove unused variable rxq_threadGlen Lee2015-09-171-6/+0Star
* staging: wilc1000: remove unused semaphore and it's related codesGlen Lee2015-09-171-9/+0Star
* staging: wilc1000: remove variable rxq_thread_startedGlen Lee2015-09-171-1/+0Star
* staging: wilc1000: remove function linux_wlan_rxq_taskGlen Lee2015-09-171-26/+0Star
* staging: wilc1000: remove define TCP_ENHANCEMENTS and it's related codeGlen Lee2015-09-171-36/+0Star
* staging: wilc1000: remove define WILC_P2P and ifdef lineGlen Lee2015-09-171-2/+0Star
* staging: wilc1000: remove define WILC_AP_EXTERNAL_MLME and ifdef lineGlen Lee2015-09-171-4/+0Star
* staging: wilc1000: replace wilc error types with the generic error typesLeo Kim2015-09-171-1/+1
* staging: wilc1000: remove PANDA_BOARDTony Cho2015-09-171-4/+0Star
* staging: wilc1000: use u32 instead of uint32_tChaehyun Lim2015-09-151-5/+5
* staging: wilc1000: use u8 instead of uint8_tChaehyun Lim2015-09-151-15/+15
* staging: wilc1000: rename WILC_WFI_privChaehyun Lim2015-09-151-6/+6
* staging: wilc1000: remove duplicated includeChaehyun Lim2015-09-151-3/+0Star
* drivers: staging: wilc1000: Add check for SPI availabilityChandra S Gorentla2015-09-151-0/+6
* Staging: wilc1000: Use NULL instead of zeroRonit Halder2015-09-151-3/+3
* staging: wilc1000: remove unused global variablesTony Cho2015-09-131-17/+0Star
* staging: wilc1000: remove firmware definitionTony Cho2015-09-131-12/+0Star
* staging: wilc1000: remove STATIC_MACADDRESSTony Cho2015-09-131-77/+0Star
* staging: wilc1000: delete definition USE_WIRELESSKim, Leo2015-09-131-33/+0Star
* staging: wilc1000: remove unused NM73131_0_BOARDKim, Leo2015-09-131-40/+0Star
* staging: wilc1000: remove meaningless lineJohnny Kim2015-09-131-2/+0Star
* staging: wilc1000: linux_wlan.c: add kzalloc error checkChaehyun Lim2015-09-131-0/+2
* staging: wilc1000: linux_wlan.c: use kzalloc instead of WILC_MALLOCChaehyun Lim2015-09-131-2/+1Star
* staging: wilc1000: remove unused preprocessor definitionTony Cho2015-09-131-6/+0Star
* staging: wilc1000: remove dead codesTony Cho2015-09-131-13/+0Star
* staging: wilc1000: remove wrapper around usleep_range()Greg Kroah-Hartman2015-09-131-12/+0Star
* staging: wilc1000: fix freeing of ERR_PTRSudip Mukherjee2015-09-131-4/+2Star
* staging: wilc1000: remove spinlock wrappersGreg Kroah-Hartman2015-09-131-29/+0Star
* staging: wilc1000: remove wrappers around semaphore usageGreg Kroah-Hartman2015-09-131-46/+21Star
* staging: wilc1000: remove wrappers around sema_init()Greg Kroah-Hartman2015-09-131-46/+9Star
* staging: wilc1000: remove mutex_init/destroy() wrappersGreg Kroah-Hartman2015-09-131-19/+6Star
* staging: wilc1000: remove wrapper around spin_lock_init()Greg Kroah-Hartman2015-09-131-17/+1Star
* staging: wilc1000: remove mutex_lock/unlock wrappersGreg Kroah-Hartman2015-09-131-39/+4Star
* staging: wilc1000: remove mdelay wrapperGreg Kroah-Hartman2015-09-131-5/+0Star
* staging: wilc1000: remove pointless kfree wrapperGreg Kroah-Hartman2015-09-131-10/+1Star
* staging: wilc1000: remove another useless kmalloc wrapperGreg Kroah-Hartman2015-09-131-11/+1Star
* staging: wilc1000: remove another pointless kmalloc wrapperGreg Kroah-Hartman2015-09-131-10/+0Star
* staging: wilc1000: remove pointless kmalloc wrapperGreg Kroah-Hartman2015-09-131-10/+0Star
* staging/wilc1000: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-131-2/+1Star
* staging: wilc1000: change address to fixed valueJohnny Kim2015-09-131-2/+2
* staging: wilc1000: add a blank line after declarationChaehyun Lim2015-09-131-0/+18
* staging: wilc1000: remove void function return statements that are not usefulRaphaƫl Beamonte2015-08-171-1/+0Star