index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8192e
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
staging: rtl8192e: unused Remove dot11PowerSaveMode and RT_PS_MODE
Mike McCormack
2
-10
/
+0
2011-03-07
staging: rtl8192e: Move card specific structures out of ieee80211 library header
Mike McCormack
2
-80
/
+74
2011-03-07
staging: rtl8192e: Delete unused members from struct r8192_priv
Mike McCormack
3
-55
/
+0
2011-03-07
staging: rtl8192e: Delete non-existing function declarations
Mike McCormack
1
-6
/
+0
2011-03-07
staging: rtl8192e: Delete unused dm_change_dynamic_initgain_thresh
Mike McCormack
2
-72
/
+0
2011-03-07
staging: rtl8192e: Pass r8192_priv to MgntActSet_RF_State
Mike McCormack
5
-21
/
+15
2011-03-07
staging: rtl8192e: Pass r8192_priv around instead of net_device
Mike McCormack
5
-214
/
+142
2011-03-07
staging: rtl8192e: Remove redundant function declarations
Mike McCormack
1
-32
/
+1
2011-03-07
staging: rtl8192e: Pass r8192_priv around instead of net_device
Mike McCormack
3
-101
/
+82
2011-03-07
staging: rtl8192e: Convert more functions to use r8192_priv
Mike McCormack
4
-88
/
+56
2011-03-07
staging: rtl8192e: Pass r8192e_priv to phy functions
Mike McCormack
6
-283
/
+256
2011-03-07
staging: rtl8192e: Pass r8192_priv to eprom_read
Mike McCormack
3
-14
/
+13
2011-03-07
staging: rtl8192e: Move PowerSaveControl to r8192e_priv
Mike McCormack
5
-17
/
+18
2011-03-07
staging: rtl8192e: Move variables to ieee80211 struct
Mike McCormack
3
-17
/
+16
2011-03-07
staging: rtl8192e: Move definition of RT_RF_CHANGE_SOURCE
Mike McCormack
2
-7
/
+7
2011-03-07
staging: rtl8192e: Move RfOffReason to r8192e_priv struct
Mike McCormack
5
-24
/
+24
2011-03-07
staging: rtl8192e: Move eRFPowerState to r8192e_priv struct
Mike McCormack
7
-31
/
+21
2011-03-07
staging: rtl8192e: Remove pointless hw_sleep_wq
Mike McCormack
2
-14
/
+1
2011-03-07
staging: rtl8192e: Remove unnecessary ps_lock
Mike McCormack
3
-11
/
+2
2011-03-07
staging: rtl8192e: Use single spinlock in MgntActSet_RF_State
Mike McCormack
3
-64
/
+2
2011-03-07
staging: rtl8192e: Remove SetRFPowerState
Mike McCormack
1
-33
/
+7
2011-03-07
staging: rtl8192e: Remove SetRFPowerStateInProgress
Mike McCormack
3
-8
/
+0
2011-03-07
staging: rtl8192e: Add a spinlock around SetRFPowerState8190
Mike McCormack
1
-4
/
+9
2011-02-23
staging: rtl8192e: Remove struct member irq_mask
Mike McCormack
2
-7
/
+8
2011-02-23
staging: rtl8192e: Make RT_TRACE use consistent
Mike McCormack
6
-44
/
+44
2011-02-23
staging: rtl8192e: Make functions static
Mike McCormack
4
-32
/
+11
2011-02-23
staging: rtl8192e: Delete dead code
Mike McCormack
1
-50
/
+0
2011-02-23
staging: rtl8192e: Remove externs, redundant comments
Mike McCormack
1
-93
/
+22
2011-02-23
staging: rtl8192e: Remove USB related code
Mike McCormack
1
-46
/
+0
2011-02-23
staging: rtl8192e: Remove useless usermode callback
Mike McCormack
1
-26
/
+0
2011-02-18
staging: rtl8192e: Remove unused CONFIG_RTL8180_IO_MAP
Mike McCormack
1
-91
/
+2
2011-02-18
staging: rtl8192e: Don't disable interrupts in mgmt_tx_lock
Mike McCormack
2
-17
/
+14
2011-02-18
staging: rtl8192e: Refactor rtl8192_ioctl into two functions
Mike McCormack
1
-68
/
+68
2011-02-18
staging: rtl8192e: rf_ps_lock doesn't need to be IRQ safe
Mike McCormack
2
-14
/
+11
2011-02-18
staging: rtl8192e: Remove useless TxCheckStuck function
Mike McCormack
1
-56
/
+0
2011-02-18
staging: rtl8192e: Make rtl8192_tx static
Mike McCormack
2
-2
/
+2
2011-02-18
staging: rtl8192e: Enable the NIC only once
Mike McCormack
1
-13
/
+9
2011-02-18
staging: rtl8192e: Delete unused function rtl819x_ifsilentreset
Mike McCormack
1
-262
/
+0
2011-02-18
staging: rtl8192e: Remove irq_enabled flag
Mike McCormack
2
-8
/
+1
2011-02-18
staging: rtl8192e: Remove unused tx_lock spin lock
Mike McCormack
3
-10
/
+0
2011-02-09
staging: rtl8192e: Factor out common code
Mike McCormack
1
-47
/
+27
2011-02-09
staging: rtl8192e: Remove dead code
Mike McCormack
1
-91
/
+2
2011-02-09
staging: rtl8192e: Clean up MlmeDisassociateRequest
Mike McCormack
1
-40
/
+13
2011-02-09
staging: rtl8192e: Remove dead code from MgntActSet_RF_State
Mike McCormack
1
-39
/
+7
2011-02-09
staging: rtl8192e: Remove rf_chip variable, hardcode to RF_8256
Mike McCormack
4
-351
/
+177
2011-02-09
staging: rtl8192e: Remove dead code from SetRFPowerState8190
Mike McCormack
1
-66
/
+6
2011-02-09
staging: rtl8192e: Use spin_lock, just one exit path
Mike McCormack
1
-15
/
+11
2011-02-09
staging: rtl8192e: Delete dead code
Mike McCormack
1
-18
/
+9
2011-02-09
staging: rtl8192e: Avoid casting function pointers
Mike McCormack
2
-22
/
+21
2011-02-09
staging: rtl8192e: Don't call ieee80211_ps_tx_ack in interrupt context
Mike McCormack
1
-9
/
+17
[prev]
[next]