summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/hanwang.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-15staging: rtl8723au: fix some confusing indentingDan Carpenter1-2/+2
2014-05-15staging: rtl8723au: Remove unused struct odm_ra_infoJes Sorensen1-32/+0
2014-05-15staging: rtl8723au: Since struct odm_sta_info isn't used, remove it completelyJes Sorensen1-25/+0
2014-05-15staging: rtl8723au: Remove unused variable IOTPeerJes Sorensen2-2/+0
2014-05-15staging: rtl8723au: struct odm_mac_info isn't usedJes Sorensen1-6/+0
2014-05-15staging: rtl8723au: struct phy_info and struct odm_phy_info are identicalJes Sorensen5-23/+10
2014-05-15staging: rtl8723au: Remove empty *_free_xmit_priv() and friendsJes Sorensen6-15/+0
2014-05-15staging: rtl8723au: Eliminate no-op function rtl8723au_init_recvbuf()Jes Sorensen3-8/+0
2014-05-15staging: rtl8723au: Remove another unused queue from struct recv_privJes Sorensen3-8/+0
2014-05-15staging: rtl8723au: Remove some unused lists from struct sta_privJes Sorensen2-4/+0
2014-05-15staging: rtl8723au: rtw_pwrctrl.c: Reduce spaghettificationJes Sorensen1-104/+111
2014-05-15staging: rtl8723au: pattrib->priority can't be > 15, no need for CHKBIT()Jes Sorensen1-2/+1
2014-05-15staging: rtl8723au: qos_asm23a(): Don't pass through an invalid priorityJes Sorensen1-0/+1
2014-05-15staging: rtl8723au: set_qos() keep userpriority in a u8Jes Sorensen1-1/+1
2014-05-15staging: rtl8723au: Another case of missing 'tid' bounds checking.Jes Sorensen2-1/+6
2014-05-15staging: rtl8723au: 'keyid' is always 0-3, no need for CHKBIT()Jes Sorensen3-9/+20
2014-05-15staging: rtl8723au: No need for CHKBIT since 16 + 12 is still < 32Jes Sorensen1-3/+3
2014-05-15staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmapJes Sorensen4-19/+14
2014-05-15staging: rtl8723au: Remove local #define BIT()Jes Sorensen1-3/+0
2014-05-15staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...Jes Sorensen5-17/+5
2014-05-15staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen5-17/+1
2014-05-15staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULLJes Sorensen1-13/+4
2014-05-15staging: rtl8723au: Declare c2h_evt_hdl staticJes Sorensen2-5/+3
2014-05-15staging: rtl8723au: Move rtw_do_join23a() prototype to rtw_ioctl_set.hJes Sorensen3-3/+1
2014-05-15staging: rtl8723au: Move {WPA,RSN}_TKIP_CIPHER23A to rtw_wlan_util.c and mark...Jes Sorensen3-8/+5
2014-05-15staging: rtl8723au: Move REALTEK96B_IE23A to rtw_mlme_ext.c and mark it staticJes Sorensen3-5/+3
2014-05-15staging: rtl8723au: Remove unused ADPT_{FMT,AGR} macrosJes Sorensen1-4/+0
2014-05-15staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG}Jes Sorensen7-69/+61
2014-05-15staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG}Jes Sorensen7-96/+79
2014-05-15staging: rtl8723au: Get rid of NDEV_FMT/NDEV_ARG macrosJes Sorensen2-5/+2
2014-05-15staging: rtl8723au: Remove some unused prototypesJes Sorensen1-5/+0
2014-05-15staging: rtl8723au: Eliminate RTW_STATUS_CODE23a()Jes Sorensen3-17/+16
2014-05-15staging: rtl8723au: Eliminate _rtw_queue_empty23a()Jes Sorensen5-20/+13
2014-05-15staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_...Jes Sorensen5-49/+31
2014-05-15staging: rtl8723au: Remove unused semaphore 'allrxreturnevt'Jes Sorensen2-3/+0
2014-05-15staging: rtl8723au: Remove ugly vmalloc() wrappersJes Sorensen2-31/+0
2014-05-15staging: rtl8723au: Use kmalloc instead of vmalloc to allocate recv_frame poolJes Sorensen2-32/+12
2014-05-15staging: rtl723au: Remove some obsolete misleading commentsJes Sorensen2-10/+4
2014-05-15stating: rtl8723au: Use kmalloc instead of vmalloc to allocate pool of xmit_f...Jes Sorensen2-26/+12
2014-05-15staging: rtl8723au: Use kmalloc() rather than vmalloc() to allocate xmit_framesJes Sorensen2-42/+15
2014-05-15staging: rtl8723au: Declare rtw_alloc_xmitframe() staticJes Sorensen2-11/+8
2014-05-15staging: rtl8723au: fix potential leak in update_bcn_wps_ie()Christian Engelmayer1-4/+4
2014-05-15staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a()Jes Sorensen6-9/+15
2014-05-15staging: rtl8723au: Use kernel memory allocator for sta_priv allocationsJes Sorensen2-64/+11
2014-05-15staging: rtl8723au: Eliminate stainfo_by_offset spaghettiJes Sorensen3-55/+13
2014-05-15staging: rtl8723au: add GFP argument to rtw_alloc_network()Jes Sorensen3-5/+5
2014-05-15staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepr...Jes Sorensen1-5/+3
2014-05-15staging: rtl8723au: rtw_alloc_stainfo23a(): Remove unused variable tmp_aidJes Sorensen1-3/+0
2014-05-15staging: rtl8723au: rtw_sta_mgt.c: Fix some formatting badnessJes Sorensen1-2/+4
2014-05-15staging: rtl8723au: Get rid of second set of custom error codesJes Sorensen6-63/+30