summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-15staging: rtl8723au: Another case of missing 'tid' bounds checking.Jes Sorensen
2014-05-15staging: rtl8723au: 'keyid' is always 0-3, no need for CHKBIT()Jes Sorensen
2014-05-15staging: rtl8723au: No need for CHKBIT since 16 + 12 is still < 32Jes Sorensen
2014-05-15staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmapJes Sorensen
2014-05-15staging: rtl8723au: Remove local #define BIT()Jes Sorensen
2014-05-15staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL inte...Jes Sorensen
2014-05-15staging: rtl8723au: The driver only has one c2h_id_filterJes Sorensen
2014-05-15staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULLJes Sorensen
2014-05-15staging: rtl8723au: Declare c2h_evt_hdl staticJes Sorensen
2014-05-15staging: rtl8723au: Move rtw_do_join23a() prototype to rtw_ioctl_set.hJes Sorensen
2014-05-15staging: rtl8723au: Move {WPA,RSN}_TKIP_CIPHER23A to rtw_wlan_util.c and mark...Jes Sorensen
2014-05-15staging: rtl8723au: Move REALTEK96B_IE23A to rtw_mlme_ext.c and mark it staticJes Sorensen
2014-05-15staging: rtl8723au: Remove unused ADPT_{FMT,AGR} macrosJes Sorensen
2014-05-15staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG}Jes Sorensen
2014-05-15staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG}Jes Sorensen
2014-05-15staging: rtl8723au: Get rid of NDEV_FMT/NDEV_ARG macrosJes Sorensen
2014-05-15staging: rtl8723au: Remove some unused prototypesJes Sorensen
2014-05-15staging: rtl8723au: Eliminate RTW_STATUS_CODE23a()Jes Sorensen
2014-05-15staging: rtl8723au: Eliminate _rtw_queue_empty23a()Jes Sorensen
2014-05-15staging: rtl8723au: rtw_free_recvframe23a() is always passed precvpriv->free_...Jes Sorensen
2014-05-15staging: rtl8723au: Remove unused semaphore 'allrxreturnevt'Jes Sorensen
2014-05-15staging: rtl8723au: Remove ugly vmalloc() wrappersJes Sorensen
2014-05-15staging: rtl8723au: Use kmalloc instead of vmalloc to allocate recv_frame poolJes Sorensen
2014-05-15staging: rtl723au: Remove some obsolete misleading commentsJes Sorensen
2014-05-15stating: rtl8723au: Use kmalloc instead of vmalloc to allocate pool of xmit_f...Jes Sorensen
2014-05-15staging: rtl8723au: Use kmalloc() rather than vmalloc() to allocate xmit_framesJes Sorensen
2014-05-15staging: rtl8723au: Declare rtw_alloc_xmitframe() staticJes Sorensen
2014-05-15staging: rtl8723au: fix potential leak in update_bcn_wps_ie()Christian Engelmayer
2014-05-15staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a()Jes Sorensen
2014-05-15staging: rtl8723au: Use kernel memory allocator for sta_priv allocationsJes Sorensen
2014-05-15staging: rtl8723au: Eliminate stainfo_by_offset spaghettiJes Sorensen
2014-05-15staging: rtl8723au: add GFP argument to rtw_alloc_network()Jes Sorensen
2014-05-15staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepr...Jes Sorensen
2014-05-15staging: rtl8723au: rtw_alloc_stainfo23a(): Remove unused variable tmp_aidJes Sorensen
2014-05-15staging: rtl8723au: rtw_sta_mgt.c: Fix some formatting badnessJes Sorensen
2014-05-15staging: rtl8723au: Get rid of second set of custom error codesJes Sorensen
2014-05-15staging: rtl8723au: Remove some unused clutter from odm_types.hJes Sorensen
2014-05-15staging: rtl8723au: Remove unused struct rtl8723a_privJes Sorensen
2014-05-15staging: rtl8723au: Remove a bunch of unused clutter from the ODM codeJes Sorensen
2014-05-15staging: rtl8723au: Remove unused ODM spin lock functionsJes Sorensen
2014-05-15staging: rtl8723au: Remove unused ODM malloc/free functionsJes Sorensen
2014-05-15staging: rtl8723au: Use random ethaddr if EEPROM address is corruptedJes Sorensen
2014-05-15staging: rtl8723au: wifi.h: remove more unused #definesJes Sorensen
2014-05-15staging: rtl8723au: Use struct ieee80211_pspoll to obtain 'aid'Jes Sorensen
2014-05-15staging: rtl8723au: Fold get_hdr_bssid() into update_recvframe_phyinfo()Jes Sorensen
2014-05-15staging: rtl8723au: update_recvframe_phyinfo(): Don't set variables twiceJes Sorensen
2014-05-15staging: rtl8723au: validate_recv_data_frame() use fctl knowledge to obtain b...Jes Sorensen
2014-05-15staging: rtl8723au: Remove to_fr_ds packet attributeJes Sorensen
2014-05-15staging: rtl8723au: Declare validate_recv_*_frame() staticJes Sorensen
2014-05-15staging: rtl8723au: Remove redundant checkJes Sorensen