summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr
Commit message (Expand)AuthorAgeFilesLines
* staging: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-09-211-2/+2
* staging: csr: wait for the exec in usermodehelperLauri Hintsala2012-09-171-1/+1
* staging: fix csr printk format warningRandy Dunlap2012-09-171-1/+1
* staging: csr: replace calls to kmalloc and memset with kzallocDevendra Naga2012-09-041-7/+3Star
* staging: csr: remove casting of return value from kmallocDevendra Naga2012-09-041-1/+1
* staging: csr: Remove all leftover kernel version checks \o/Priit Laes2012-09-049-75/+1Star
* staging: csr: Remove unneeded UF_NETIF_TX_* macrosPriit Laes2012-09-045-14/+9Star
* staging: csr: unifi_priv.h: Remove KERNEL_VERSION checksPriit Laes2012-09-041-27/+0Star
* staging: csr: unifi_wext.h: Remove KERNEL_VERSION checksPriit Laes2012-09-041-21/+5Star
* staging: csr: drv.c: Remove KERNEL_VERSION checks and associated definesPriit Laes2012-09-041-35/+8Star
* staging: csr: Drop unused UNIFI_NET_NAME configuration optionPriit Laes2012-09-041-17/+2Star
* staging: csr: remove unused define ALLOW_Q_PAUSEPriit Laes2012-09-042-19/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.37Priit Laes2012-09-041-8/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.34Priit Laes2012-09-041-25/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.32Priit Laes2012-09-041-14/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.29Priit Laes2012-09-041-27/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.28Priit Laes2012-09-041-454/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.27Priit Laes2012-09-041-42/+0Star
* staging: csr: netdev.c: Clean up KERNEL_VERSION checks: <=2.6.25Priit Laes2012-09-041-21/+0Star
* staging: csr: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-3/+1Star
* staging: csr: fix possible memory leak in do_patch_convert_download()Wei Yongjun2012-09-041-0/+2
* Merge 3.6-rc3 into staging-nextGreg Kroah-Hartman2012-08-271-1/+1
|\
| * staging: csr: add INET dependancyGreg Kroah-Hartman2012-08-151-1/+1
* | staging:csr: remove usage of CsrSnprintf and use scnprintfDevendra Naga2012-08-167-120/+66Star
* | staging: csr: Fix up version.h includesJesper Juhl2012-08-1411-12/+10Star
* | staging/csr: fix coding style problems in handle_bh_errorDevendra Naga2012-08-141-21/+23
* | staging/csr: remove the initialisation of interfaceTag and its comment in han...Devendra Naga2012-08-141-1/+1
* | staging/csr: fix coding style problems in uf_wait_for_thread_to_stopDevendra Naga2012-08-141-14/+15
* | staging/csr: fix coding style problems in uf_stop_threadDevendra Naga2012-08-141-7/+8
* | staging/csr: clean coding style in uf_start_threadDevendra Naga2012-08-141-40/+43
* | staging/csr: remove firmware pointer check before giving to release_firmwareDevendra Naga2012-08-141-3/+1Star
* | staging/csr: coding style fixes at sdio_linux_remove_irq and at install_irqDevendra Naga2012-08-141-23/+20Star
* | staging/csr: coding style fixes in CsrTimeGetDevendra Naga2012-08-141-11/+9Star
* | staging: csr: use %*ph[C] to hexdump small buffersAndy Shevchenko2012-08-142-9/+4Star
* | staging: csr: print mac address with %pMAndy Shevchenko2012-08-141-5/+3Star
|/
* staging: csr: delete a bunch of unused library functionsGreg Kroah-Hartman2012-07-216-616/+1Star
* staging: csr: remove csr_utf16.cGreg Kroah-Hartman2012-07-2110-1155/+28Star
* staging: csr: remove csr_pmem.hGreg Kroah-Hartman2012-07-2136-134/+1Star
* staging: csr: remove CsrPmemAllocGreg Kroah-Hartman2012-07-2126-605/+534Star
* staging: csr: remove CsrPmemFree()Greg Kroah-Hartman2012-07-2123-303/+282Star
* staging: csr: remove CsrMemAllocDma()Greg Kroah-Hartman2012-07-215-53/+4Star
* staging: csr: remove CsrMemCalloc()Greg Kroah-Hartman2012-07-212-52/+0Star
* staging: csr: remove CsrMemAlloc()Greg Kroah-Hartman2012-07-217-62/+12Star
* staging: csr: remove CsrMemFree() and CsrMemFreeDma()Greg Kroah-Hartman2012-07-218-107/+30Star
* staging: csr: remove csr_util.hGreg Kroah-Hartman2012-07-2119-36/+18Star
* staging: csr: remove CsrOffSetOf()Greg Kroah-Hartman2012-07-212-107/+96Star
* stating: csr: remove unneeded #includes in csr_util.cGreg Kroah-Hartman2012-07-211-5/+0Star
* staging: csr: make CsrUInt16ToHex staticGreg Kroah-Hartman2012-07-213-23/+16Star
* staging: csr: remove CsrMemCpy()Greg Kroah-Hartman2012-07-2115-97/+77Star
* staging: csr: remove CsrStrLen()Greg Kroah-Hartman2012-07-207-29/+19Star