aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+1
2011-04-04staging/rtl81*: build as loadable modules onlyRandy Dunlap1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi8-17/+17
2011-03-14staging: rtl8192e: Don't copy dev pointer to skbMike McCormack3-7/+0
2011-03-14staging: rtl8192e: Pass priv to cmdpkt functionsMike McCormack4-45/+20
2011-03-14staging: rtl8192e: Pass priv to firmware download functionsMike McCormack4-18/+14
2011-03-14staging: rtl8192e: Pass priv to rtl8192_interruptMike McCormack1-10/+10
2011-03-14staging: rtl8192e: Pass rtl8192_priv to dm functionsMike McCormack3-22/+14
2011-03-14staging: rtl8192e: Pass ieee80211_device to callbacksMike McCormack11-77/+69
2011-03-14staging: rtl8192e: Pass ieee80211_device to callbacksMike McCormack4-17/+16
2011-03-14staging: rtl8192e: Pass ieee80211_device to callbacksMike McCormack3-7/+7
2011-03-14staging: rtl8192e: Pass ieee80211_device to callbacksMike McCormack9-46/+44
2011-03-14staging: rtl8192e: Pass ieee80211_device to callbacksMike McCormack10-60/+62
2011-03-14staging: rtl8192e: Simplify rtl819x_ifcheck_resetornotMike McCormack1-25/+18
2011-03-14staging: rtl8192e: Remove ifdefs and dead codeMike McCormack1-59/+3
2011-03-14staging: rtl8192e: Pass priv pointer to procMike McCormack1-14/+9
2011-03-14staging: rtl8192e: Delete dead codeMike McCormack1-318/+4
2011-03-14staging: rtl8192e: Use better loop counter nameMike McCormack1-6/+6
2011-03-14staging: rtl8192e: Delete unused struct membersMike McCormack2-22/+1
2011-03-14staging: rtl8192e: Store mem_start in priv structMike McCormack2-23/+17
2011-03-14staging: rtl8192e: Delete commented codeMike McCormack1-47/+1
2011-03-14staging: rtl8192e: Remove unused headerMike McCormack1-86/+0
2011-03-14staging: rtl8192e: Remove NULL check before kfreeIlia Mirkin4-16/+6
2011-03-09staging: rtl8192e: Pass priv to watch_dog_timer_callbackMike McCormack1-3/+3
2011-03-09staging: rtl8192e: Pass priv to rtl8192_rxMike McCormack1-3/+2
2011-03-09staging: rtl8192e: Pass priv to rtl8192_initMike McCormack1-3/+4
2011-03-09staging: rtl8192e: Pass priv to MgntActSet_802_11_PowerSaveModeMike McCormack1-5/+4
2011-03-09staging: rtl8192e: Pass priv to rtl8192_tx_resumeMike McCormack1-3/+3
2011-03-09staging: rtl8192e: Pass priv to rtl8192_hw_sleep_downMike McCormack1-3/+2
2011-03-09staging: rtl8192e: Pass priv to UpdateRxPktTimeStamp8190Mike McCormack1-3/+2
2011-03-09staging: rtl8192e: Pass priv to SetKeyMike McCormack3-49/+17
2011-03-09staging: rtl8192e: Pass priv to EnableHWSecurityConfig8192Mike McCormack3-8/+7
2011-03-09staging: rtl8192e: Pass priv to IPSEnterMike McCormack2-5/+3
2011-03-09staging: rtl8192e: Pass priv to IPSLeaveMike McCormack3-13/+11
2011-03-09staging: rtl8192e: Pass priv to UpdateReceivedRateHistogramStatistics8190Mike McCormack1-3/+2
2011-03-09staging: rtl8192e: Pass priv to TranslateRxSignalStuff819xpciMike McCormack1-4/+3
2011-03-09staging: rtl8192e: Pass priv to rtl819xE_tx_cmdMike McCormack1-4/+3
2011-03-07staging: rtl8192e use kmemdup and check its return valueXiaochen Wang1-2/+3
2011-03-07staging: rtl8192e: unused Remove dot11PowerSaveMode and RT_PS_MODEMike McCormack2-10/+0
2011-03-07staging: rtl8192e: Move card specific structures out of ieee80211 library headerMike McCormack2-80/+74
2011-03-07staging: rtl8192e: Delete unused members from struct r8192_privMike McCormack3-55/+0
2011-03-07staging: rtl8192e: Delete non-existing function declarationsMike McCormack1-6/+0
2011-03-07staging: rtl8192e: Delete unused dm_change_dynamic_initgain_threshMike McCormack2-72/+0
2011-03-07staging: rtl8192e: Pass r8192_priv to MgntActSet_RF_StateMike McCormack5-21/+15
2011-03-07staging: rtl8192e: Pass r8192_priv around instead of net_deviceMike McCormack5-215/+143
2011-03-07staging: rtl8192e: Remove redundant function declarationsMike McCormack1-32/+1
2011-03-07staging: rtl8192e: Pass r8192_priv around instead of net_deviceMike McCormack3-101/+82
2011-03-07staging: rtl8192e: Convert more functions to use r8192_privMike McCormack4-88/+56
2011-03-07staging: rtl8192e: Pass r8192e_priv to phy functionsMike McCormack6-283/+256
2011-03-07staging: rtl8192e: Pass r8192_priv to eprom_readMike McCormack3-14/+13