summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/core/rtw_xmit.c
AgeCommit message (Expand)Author
2016-09-10staging: Remove rtl8723au driverJes Sorensen
2016-08-21staging: r8723au: Remove unused semaphoresBinoy Jayan
2016-03-11staging: rtl8723au: core: rtw_xmit: use list_first_entry_or_null()Geliang Tang
2016-02-20staging: rtl8723au: whitespace and blank line cleaningGeliang Tang
2016-02-20staging: rtl8723au: use list_for_each_entry*()Geliang Tang
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches
2015-01-17staging: rtl8723au: fix sparse warningAlexey Tulia
2014-12-03staging: rtl8723au: Remove unused rtw_sctx_done23a() functionJes Sorensen
2014-12-03staging: rtl8723au: Eliminate do_queue_select() functionsJes Sorensen
2014-11-26staging: rtl8723au: Remove sw led handlingJes Sorensen
2014-11-26staging: rtl8723au: pxmitframe->frame_tag is never set to a value > 8Jes Sorensen
2014-11-26staging: rtl8723au: rtw_put_snap23a(): Make it staticJes Sorensen
2014-11-26staging: rtl8723au: rtw_put_snap23a(): Use put_unaligned to set protocolJes Sorensen
2014-11-26staging rtl8723au: rtw_put_smap23a(): Use common SNAP header definesJes Sorensen
2014-11-26staging: rtl8723au: Remove unused rtw_calculate_wlan_pkt_size_by_attribue23a()Jes Sorensen
2014-11-04stating: rtl8723au: Eliminate write-only struct xmit_priv->txirp_cntJes Sorensen
2014-10-20staging: rtl8723au: Remove a stack of write only countersJes Sorensen
2014-10-20staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_settingJes Sorensen
2014-10-20staging: rtl8723au: core: rtw_xmit: Add blank line after declarationsYeliz Taneroglu
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald
2014-07-22staging: rtl8723au: Fix typo in rtw_xmit.cMasanari Iida
2014-05-28staging: rtl8723au: Remove redundant casting in rtw_xmit.cSachin Kamat
2014-05-25staging: rtl8723au: Don't check check_fwstate() == falseJes Sorensen
2014-05-25staging: rtl8723au: Don't explicitly check check_fwstate() == trueJes Sorensen
2014-05-25staging: rtl8723au: rtw_xmit.c: Use ether_addr_copy()Jes Sorensen
2014-05-25staging: rtl8723au: Use ieee80211.h defines for IV/ICV len valuesJes Sorensen
2014-05-23staging: rtl8723au: rtw_xmit.c: Get rid of SetToDs()/SetFrDs() usageJes Sorensen
2014-05-23staging: rtl8723au: rtw_xmit.c: Use IEEE80211_[FS]TYPE_ definesJes Sorensen
2014-05-23staging: rl8723au: rtw_make_wlanhdr(): Use ieee80211_qos_hdrJes Sorensen
2014-05-23staging: rtl8723au: Get rid of SetPrivacy()/SetPwrMgt()/SetMData() macrosJes Sorensen
2014-05-23staging: rtl8723au: Declare rtw_make_wlanhdr() staticJes Sorensen
2014-05-23staging: rtl8723au: rtw_make_wlanhdr23a(): Use IEEE80211_SN_TO_SEQ() to set s...Jes Sorensen
2014-05-23staging: rtl8723au: Get rid of ClearMFrag/SetMFragJes Sorensen
2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen
2014-05-23staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen
2014-05-16staging: rtl8723au: rtw_xmit.c: Be consistent in using int for error return typeJes Sorensen
2014-05-16staging: rtl8723au: Call xmit/recv handlers directly instead of via HAL wrappersJes Sorensen
2014-05-16staging: rtl8723au: Disentangle recv/xmit_priv init/free from HAL wrappersJes Sorensen
2014-05-15staging: rtl8723au: Remove empty *_free_xmit_priv() and friendsJes Sorensen
2014-05-15staging: rtl8723au: qos_asm23a(): Don't pass through an invalid priorityJes Sorensen
2014-05-15staging: rtl8723au: set_qos() keep userpriority in a u8Jes 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: Eliminate _rtw_queue_empty23a()Jes 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: Eliminate struct qos_privJes Sorensen
2014-04-26staging: r8723au: Fix endian errors for frame controlLarry Finger