summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Fix checkpatch.pl warningsKoray Gulcu2014-10-291-6/+12
* staging: rtl8192u: Fix sparse warnings of r8182U_coreKoray Gulcu2014-10-291-5/+5
* staging: rtl8192u: remove unecessary variableTapasweni Pathak2014-09-231-5/+4
* staging: rtl8192u: delete unused function CAM_read_entryBenedict Boerger2014-09-191-28/+0
* staging: rtl8192u: Move ieee80211_crypto_* declarations to ieee80211/ieee80211.hRagnar B. Johannsson2014-09-191-10/+0
* rtl8192u: remove typedefMartin Kepplinger2014-09-081-3/+3
* drivers: staging: rtl8192u: Fix switch and case should be at the same indent ...Greg Donald2014-08-301-258/+252
* staging: rtl8192u/ieee80211: Fix sparse ieee80211_debug_init/_exit not declar...Jeremiah Mahler2014-08-161-2/+0
* staging: rtl8192u: remove unused function.Fernando Apesteguia2014-08-161-22/+0
* staging: rtl8192u: remove misc. unused definesAntoine Schweitzer-Chaput2014-08-161-21/+0
* staging: rtl8192u: remove unused define LOOP_TESTAntoine Schweitzer-Chaput2014-08-161-3/+0
* staging: rtl8192u: remove unused define USB_RX_AGGREGATION_SUPPORTAntoine Schweitzer-Chaput2014-08-161-163/+11
* staging: rtl8192u: remove unused define USB_TX_DRIVER_AGGREGATION_ENABLEAntoine Schweitzer-Chaput2014-08-161-246/+4
* staging: rtl8192u: remove define always set USE_ONE_PIPEAntoine Schweitzer-Chaput2014-08-161-19/+0
* staging: rtl8192u: remove unused define DEBUG_EPROMAntoine Schweitzer-Chaput2014-08-161-13/+0
* staging: rtl8192u: r8192U_core.c: Cleaning up variable is set more than onceRickard Strandqvist2014-06-261-1/+0
* staging: rtl8192u: r8192U_core.c: Cleaning up unclear and confusing codeRickard Strandqvist2014-06-191-3/+2
* Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style errorChaitanya Hazarey2014-06-191-1/+1
* Staging: rtl8192u: r8192U_core.c Fixed open brace { placementChaitanya Hazarey2014-06-191-46/+23
* Staging: rtl8192u: r8192U_core.c Converted some C99 comments to fix code-styl...Chaitanya Hazarey2014-06-191-17/+17
* Staging: rtl8192u: r8192U_core.c Rearranged statements to fix code-style errorsChaitanya Hazarey2014-06-191-151/+402
* Staging: rtl8192u: r8192U_core.c Added a space after ','Chaitanya Hazarey2014-06-191-11/+11
* staging: rtl8192u: remove checks for CONFIG_RTL8192_PMPaul Bolle2014-05-261-9/+0
* Staging: rtl8192u: Remove old WIRELESS_EXT supportJoel Pelaez Jorge2014-05-241-5/+1
* staging: rtl8192u: r8192U_core.c: Fix to remove null pointer checks that coul...Rickard Strandqvist2014-05-231-3/+0
* staging: rtl8192u: Deleted 'rtl8192_beacon_stop' function in r8192U_core.cAna Rey2014-03-161-18/+0
* staging: rtl8192u: Deleted 'rtl8192_proc_module_remove' function in r8192U_co...Ana Rey2014-03-161-6/+0
* staging: rtl8192u: Deleted 'rtl8192_set_mode' function in r8192U_core.cAna Rey2014-03-161-18/+0
* staging: rtl8192u: Deleted 'rtl819xU_cmd_isr' function in r8192U_core.cAna Rey2014-03-161-5/+0
* staging: rtl8192u: Deleted 'alloc_tx_beacon_desc_ring' function in r8192U_core.cAna Rey2014-03-161-6/+0
* staging: rtl8192u: make in r8192U_core.c the local functions staticAna Rey2014-03-161-39/+41
* staging: rtl8192u: Removed assignments from if statements.Chi Pham2014-03-101-1/+2
* staging:rtl8192u: Fix smatch warning of function definition with external lin...Himangi Saraogi2014-03-081-1/+1
* staging: rtl8192u: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3
* Staging: rtl8192u: fix sparse warnings for static functionsTeodora Baluta2013-10-161-24/+29
* staging: rtl8192u: remove #ifdef JOHN_Xenia Ragiadakou2013-10-111-16/+0
* staging: rtl8192u: Use NULL instead of 0Sachin Kamat2013-10-111-1/+1
* staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-2/+2
|\
| * staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata2013-06-171-2/+2
* | staging: rtl8192u: fix macros in r8192U.hXenia Ragiadakou2013-06-111-1/+1
* | staging: rtl8192u: fix read_nic_* functionsXenia Ragiadakou2013-06-061-59/+75
* | staging: rtl8192u: replace macro rx_hal_is_cck_rate() in r8192U_core.cXenia Ragiadakou2013-06-051-6/+16
* | staging: rtl8192u: remove trailing whitespace in r8192U_core.cXenia Ragiadakou2013-06-051-2/+2
* | staging: rtl8192u: remove space before '++' in r8192U_core.cXenia Ragiadakou2013-06-051-2/+2
* | staging: rtl8192u: remove space after reference '&' in r8192U_core.cXenia Ragiadakou2013-06-051-2/+2
* | staging: rtl8192u: add spaces around ?:&&|| in r8192U_core.cXenia Ragiadakou2013-06-051-37/+37
* | staging: rtl8192u: fix return statements in r8192U_core.cXenia Ragiadakou2013-06-051-3/+3
* | staging: rtl8192u: fix spaces in array indexing in r8192U_core.cXenia Ragiadakou2013-06-051-6/+6
* | staging: rtl8192u: fix identation in r8192U_core.cXenia Ragiadakou2013-06-041-704/+659
OpenPOWER on IntegriCloud