summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds74-2763/+1268
2014-01-13Staging: rtl8188eu: Fixed "foo * bar" related coding style issuesTim Jester-Pfadt8-20/+20
2014-01-13Staging: rtl8188eu: Fixed required spaces after ',' and around '=' and '=='Tim Jester-Pfadt13-18/+18
2014-01-11Staging: rtl8188eu: Fixed whitespace related coding style issuesTim Jester-Pfadt1-12/+12
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-09Staging: rtl8188eu: Fixed spaces before tabs and before close parenthesesTim Jester-Pfadt1-35/+35
2014-01-09Staging: rtl8188eu: Fixed coding style issuesTim Jester-Pfadt1-6/+6
2014-01-09Staging: rtl8188eu: Fixed coding style issuesTim Jester-Pfadt1-18/+18
2014-01-09staging: rtl8188eu: Drop print of build date/timeJosh Triplett1-1/+0
2014-01-08staging: r8188eu: Fix sparse warnings in core/rtw_br_ext.cLarry Finger1-21/+22
2014-01-08staging: r8188eu: Fix sparse warning in core/rtw_xmit.cLarry Finger1-1/+1
2014-01-08staging: r8188eu: Fix sparse warning in core/rtw_pwrctrl.cLarry Finger1-4/+0
2014-01-08staging: r8188eu: Fix sparse warning in core/rtw_sta_mgt.cLarry Finger1-1/+1
2014-01-08staging: r8188eu: Eliminate enum ODM_RADIO_PATH in favor of rf_radio_pathLarry Finger7-33/+26
2014-01-08staging: r8188eu: Cleanup of include/hal_intf.hLarry Finger6-46/+7
2014-01-08staging: r8188eu: Additional cleanup of include/odm.hLarry Finger5-58/+20
2014-01-08staging: r8188eu: Remove unneeded prototypes from include/odm.hLarry Finger2-108/+8
2014-01-08staging: r8188eu: Simplify code related to SupportICTypeLarry Finger6-666/+191
2014-01-08staging: r8188eu: Simplify code concerning SupportPlatformLarry Finger2-173/+31
2014-01-08staging: r8188eu: Remove even more empty routinesLarry Finger4-70/+1
2014-01-08staging: r8188eu: Remove more empty routinesLarry Finger4-43/+0
2014-01-08staging: r8188eu: Remove - number of dummy and unused routinesLarry Finger2-30/+0
2014-01-08staging: r8188eu: Remove macro ODM_GetMACRegLarry Finger3-12/+4
2014-01-08staging: r8188eu: Remove macro ODM_SetMACRegLarry Finger3-16/+7
2014-01-08staging: r8188eu: Remove macro ODM_GetRFRegLarry Finger4-13/+4
2014-01-08staging: r8188eu: Remove macro ODM_SetRFRegLarry Finger5-31/+24
2014-01-08staging: r8188eu: Remove macro ODM_GetBBRegLarry Finger4-65/+60
2014-01-08staging: r8188eu: Remove macro ODM_SetBBRegLarry Finger6-257/+266
2014-01-08staging: r8188eu: Remove wrapper around mutex_destroyLarry Finger4-9/+3
2014-01-08staging: r8188eu: Remove wrappers _rtw_free_sema, _rtw_up_sema, and _rtw_mute...Larry Finger9-53/+10
2014-01-08staging: r8188eu: Replace wrapper around sema_initLarry Finger7-15/+9
2014-01-08staging: r8188eu: Remove daemonize conditionalLarry Finger1-3/+0
2014-01-08staging: r8188eu: Replace wrappers for atomic_inc and atomic_inc_returnLarry Finger4-21/+7
2014-01-08staging: r8188eu: Remove unused atomic_xxx wrappersLarry Finger2-42/+0
2014-01-08staging: r8188eu: Replace wrapper around atomic_set()Larry Finger5-9/+3
2014-01-08staging: r8188eu: Replace ATOMIC_T with atomic_tLarry Finger5-25/+23
2014-01-08staging: r8188eu: Remove wrapper code for rtw_suspend_lock_init, rtw_suspend_...Larry Finger4-27/+0
2014-01-08staging: r8188eu: Replace wrapper rtw_yield_osLarry Finger4-9/+2
2014-01-08staging: r8188eu: Replace wrappers ODM_sleep_us and rtw_usleep_osLarry Finger7-30/+12
2013-12-20staging: r8188eu: Fix unused variable warningsLarry Finger7-35/+0
2013-12-20staging: r8188eu: Restore line that was incorrectly removedLarry Finger1-0/+4
2013-12-20staging: r8188eu: Replace wrappers ODM_StallExecution, ODM_delay_us, and rtw_...Larry Finger11-50/+29
2013-12-20staging: r8188eu: Replace wrappers ODM_delay_ms() and rtw_mdelay_os() with a ...Larry Finger9-28/+15
2013-12-20staging: r8188eu: Replace wrappers ODM_sleep_ms() and rtw_msleep_os() with a ...Larry Finger15-44/+31
2013-12-20staging: r8188eu: Replace rtw_get_current_time() with jiffiesLarry Finger16-53/+46
2013-12-20staging: r8188eu: Remove calls to _rtw_spinlock_freeLarry Finger9-99/+0
2013-12-20staging: r8188eu: Remove wrapper around spin_lock_initLarry Finger9-19/+13
2013-12-20staging: r8188eu: Remove wrappers around spin_unlock_irqrestoreLarry Finger5-19/+9
2013-12-20staging: r8188eu: Remove wrappers for spin_lock_irqsaveLarry Finger5-20/+9
2013-12-20staging: r8188eu: Remove wrapper around spin_unlock_bhLarry Finger17-258/+156