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