aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
AgeCommit message (Expand)AuthorFilesLines
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-214/+142
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
2011-03-07staging: rtl8192e: Move PowerSaveControl to r8192e_privMike McCormack5-17/+18
2011-03-07staging: rtl8192e: Move variables to ieee80211 structMike McCormack3-17/+16
2011-03-07staging: rtl8192e: Move definition of RT_RF_CHANGE_SOURCEMike McCormack2-7/+7
2011-03-07staging: rtl8192e: Move RfOffReason to r8192e_priv structMike McCormack5-24/+24
2011-03-07staging: rtl8192e: Move eRFPowerState to r8192e_priv structMike McCormack7-31/+21
2011-03-07staging: rtl8192e: Remove pointless hw_sleep_wqMike McCormack2-14/+1
2011-03-07staging: rtl8192e: Remove unnecessary ps_lockMike McCormack3-11/+2
2011-03-07staging: rtl8192e: Use single spinlock in MgntActSet_RF_StateMike McCormack3-64/+2
2011-03-07staging: rtl8192e: Remove SetRFPowerStateMike McCormack1-33/+7
2011-03-07staging: rtl8192e: Remove SetRFPowerStateInProgressMike McCormack3-8/+0
2011-03-07staging: rtl8192e: Add a spinlock around SetRFPowerState8190Mike McCormack1-4/+9
2011-02-23staging: rtl8192e: Remove struct member irq_maskMike McCormack2-7/+8
2011-02-23staging: rtl8192e: Make RT_TRACE use consistentMike McCormack6-44/+44
2011-02-23staging: rtl8192e: Make functions staticMike McCormack4-32/+11
2011-02-23staging: rtl8192e: Delete dead codeMike McCormack1-50/+0
2011-02-23staging: rtl8192e: Remove externs, redundant commentsMike McCormack1-93/+22
2011-02-23staging: rtl8192e: Remove USB related codeMike McCormack1-46/+0
2011-02-23staging: rtl8192e: Remove useless usermode callbackMike McCormack1-26/+0
2011-02-18staging: rtl8192e: Remove unused CONFIG_RTL8180_IO_MAPMike McCormack1-91/+2
2011-02-18staging: rtl8192e: Don't disable interrupts in mgmt_tx_lockMike McCormack2-17/+14
2011-02-18staging: rtl8192e: Refactor rtl8192_ioctl into two functionsMike McCormack1-68/+68
2011-02-18staging: rtl8192e: rf_ps_lock doesn't need to be IRQ safeMike McCormack2-14/+11
2011-02-18staging: rtl8192e: Remove useless TxCheckStuck functionMike McCormack1-56/+0
2011-02-18staging: rtl8192e: Make rtl8192_tx staticMike McCormack2-2/+2
2011-02-18staging: rtl8192e: Enable the NIC only onceMike McCormack1-13/+9
2011-02-18staging: rtl8192e: Delete unused function rtl819x_ifsilentresetMike McCormack1-262/+0
2011-02-18staging: rtl8192e: Remove irq_enabled flagMike McCormack2-8/+1
2011-02-18staging: rtl8192e: Remove unused tx_lock spin lockMike McCormack3-10/+0
2011-02-09staging: rtl8192e: Factor out common codeMike McCormack1-47/+27
2011-02-09staging: rtl8192e: Remove dead codeMike McCormack1-91/+2
2011-02-09staging: rtl8192e: Clean up MlmeDisassociateRequestMike McCormack1-40/+13
2011-02-09staging: rtl8192e: Remove dead code from MgntActSet_RF_StateMike McCormack1-39/+7
2011-02-09staging: rtl8192e: Remove rf_chip variable, hardcode to RF_8256Mike McCormack4-351/+177
2011-02-09staging: rtl8192e: Remove dead code from SetRFPowerState8190Mike McCormack1-66/+6
2011-02-09staging: rtl8192e: Use spin_lock, just one exit pathMike McCormack1-15/+11
2011-02-09staging: rtl8192e: Delete dead codeMike McCormack1-18/+9
2011-02-09staging: rtl8192e: Avoid casting function pointersMike McCormack2-22/+21
2011-02-09staging: rtl8192e: Don't call ieee80211_ps_tx_ack in interrupt contextMike McCormack1-9/+17