index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
tablet
/
hanwang.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-15
staging: rtl8723au: fix some confusing indenting
Dan Carpenter
1
-2
/
+2
2014-05-15
staging: rtl8723au: Remove unused struct odm_ra_info
Jes Sorensen
1
-32
/
+0
2014-05-15
staging: rtl8723au: Since struct odm_sta_info isn't used, remove it completely
Jes Sorensen
1
-25
/
+0
2014-05-15
staging: rtl8723au: Remove unused variable IOTPeer
Jes Sorensen
2
-2
/
+0
2014-05-15
staging: rtl8723au: struct odm_mac_info isn't used
Jes Sorensen
1
-6
/
+0
2014-05-15
staging: rtl8723au: struct phy_info and struct odm_phy_info are identical
Jes Sorensen
5
-23
/
+10
2014-05-15
staging: rtl8723au: Remove empty *_free_xmit_priv() and friends
Jes Sorensen
6
-15
/
+0
2014-05-15
staging: rtl8723au: Eliminate no-op function rtl8723au_init_recvbuf()
Jes Sorensen
3
-8
/
+0
2014-05-15
staging: rtl8723au: Remove another unused queue from struct recv_priv
Jes Sorensen
3
-8
/
+0
2014-05-15
staging: rtl8723au: Remove some unused lists from struct sta_priv
Jes Sorensen
2
-4
/
+0
2014-05-15
staging: rtl8723au: rtw_pwrctrl.c: Reduce spaghettification
Jes Sorensen
1
-104
/
+111
2014-05-15
staging: rtl8723au: pattrib->priority can't be > 15, no need for CHKBIT()
Jes Sorensen
1
-2
/
+1
2014-05-15
staging: rtl8723au: qos_asm23a(): Don't pass through an invalid priority
Jes Sorensen
1
-0
/
+1
2014-05-15
staging: rtl8723au: set_qos() keep userpriority in a u8
Jes Sorensen
1
-1
/
+1
2014-05-15
staging: rtl8723au: Another case of missing 'tid' bounds checking.
Jes Sorensen
2
-1
/
+6
2014-05-15
staging: rtl8723au: 'keyid' is always 0-3, no need for CHKBIT()
Jes Sorensen
3
-9
/
+20
2014-05-15
staging: rtl8723au: No need for CHKBIT since 16 + 12 is still < 32
Jes Sorensen
1
-3
/
+3
2014-05-15
staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmap
Jes Sorensen
4
-19
/
+14
2014-05-15
staging: rtl8723au: Remove local #define BIT()
Jes Sorensen
1
-3
/
+0
2014-05-15
staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...
Jes Sorensen
5
-17
/
+5
2014-05-15
staging: rtl8723au: The driver only has one c2h_id_filter
Jes Sorensen
5
-17
/
+1
2014-05-15
staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULL
Jes Sorensen
1
-13
/
+4
2014-05-15
staging: rtl8723au: Declare c2h_evt_hdl static
Jes Sorensen
2
-5
/
+3
2014-05-15
staging: rtl8723au: Move rtw_do_join23a() prototype to rtw_ioctl_set.h
Jes Sorensen
3
-3
/
+1
2014-05-15
staging: rtl8723au: Move {WPA,RSN}_TKIP_CIPHER23A to rtw_wlan_util.c and mark...
Jes Sorensen
3
-8
/
+5
2014-05-15
staging: rtl8723au: Move REALTEK96B_IE23A to rtw_mlme_ext.c and mark it static
Jes Sorensen
3
-5
/
+3
2014-05-15
staging: rtl8723au: Remove unused ADPT_{FMT,AGR} macros
Jes Sorensen
1
-4
/
+0
2014-05-15
staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG}
Jes Sorensen
7
-69
/
+61
2014-05-15
staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG}
Jes Sorensen
7
-96
/
+79
2014-05-15
staging: rtl8723au: Get rid of NDEV_FMT/NDEV_ARG macros
Jes Sorensen
2
-5
/
+2
2014-05-15
staging: rtl8723au: Remove some unused prototypes
Jes Sorensen
1
-5
/
+0
2014-05-15
staging: rtl8723au: Eliminate RTW_STATUS_CODE23a()
Jes Sorensen
3
-17
/
+16
2014-05-15
staging: rtl8723au: Eliminate _rtw_queue_empty23a()
Jes Sorensen
5
-20
/
+13
2014-05-15
staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_...
Jes Sorensen
5
-49
/
+31
2014-05-15
staging: rtl8723au: Remove unused semaphore 'allrxreturnevt'
Jes Sorensen
2
-3
/
+0
2014-05-15
staging: rtl8723au: Remove ugly vmalloc() wrappers
Jes Sorensen
2
-31
/
+0
2014-05-15
staging: rtl8723au: Use kmalloc instead of vmalloc to allocate recv_frame pool
Jes Sorensen
2
-32
/
+12
2014-05-15
staging: rtl723au: Remove some obsolete misleading comments
Jes Sorensen
2
-10
/
+4
2014-05-15
stating: rtl8723au: Use kmalloc instead of vmalloc to allocate pool of xmit_f...
Jes Sorensen
2
-26
/
+12
2014-05-15
staging: rtl8723au: Use kmalloc() rather than vmalloc() to allocate xmit_frames
Jes Sorensen
2
-42
/
+15
2014-05-15
staging: rtl8723au: Declare rtw_alloc_xmitframe() static
Jes Sorensen
2
-11
/
+8
2014-05-15
staging: rtl8723au: fix potential leak in update_bcn_wps_ie()
Christian Engelmayer
1
-4
/
+4
2014-05-15
staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a()
Jes Sorensen
6
-9
/
+15
2014-05-15
staging: rtl8723au: Use kernel memory allocator for sta_priv allocations
Jes Sorensen
2
-64
/
+11
2014-05-15
staging: rtl8723au: Eliminate stainfo_by_offset spaghetti
Jes Sorensen
3
-55
/
+13
2014-05-15
staging: rtl8723au: add GFP argument to rtw_alloc_network()
Jes Sorensen
3
-5
/
+5
2014-05-15
staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepr...
Jes Sorensen
1
-5
/
+3
2014-05-15
staging: rtl8723au: rtw_alloc_stainfo23a(): Remove unused variable tmp_aid
Jes Sorensen
1
-3
/
+0
2014-05-15
staging: rtl8723au: rtw_sta_mgt.c: Fix some formatting badness
Jes Sorensen
1
-2
/
+4
2014-05-15
staging: rtl8723au: Get rid of second set of custom error codes
Jes Sorensen
6
-63
/
+30
[next]