1. 6a8f618 staging: rtl8723au: Remove unused rtw_sctx_done23a() function by Jes Sorensen · 10 years ago
  2. 01ffd62 staging: rtl8723au: Eliminate do_queue_select() functions by Jes Sorensen · 10 years ago
  3. b518cb9 staging: rtl8723au: Remove sw led handling by Jes Sorensen · 10 years ago
  4. b81f3f2 staging: rtl8723au: pxmitframe->frame_tag is never set to a value > 8 by Jes Sorensen · 10 years ago
  5. 848ad5d staging: rtl8723au: rtw_put_snap23a(): Make it static by Jes Sorensen · 10 years ago
  6. 01ca2e9 staging: rtl8723au: rtw_put_snap23a(): Use put_unaligned to set protocol by Jes Sorensen · 10 years ago
  7. 641f39a staging rtl8723au: rtw_put_smap23a(): Use common SNAP header defines by Jes Sorensen · 10 years ago
  8. deae03a staging: rtl8723au: Remove unused rtw_calculate_wlan_pkt_size_by_attribue23a() by Jes Sorensen · 10 years ago
  9. 769971b stating: rtl8723au: Eliminate write-only struct xmit_priv->txirp_cnt by Jes Sorensen · 10 years ago
  10. ab3136c staging: rtl8723au: Remove a stack of write only counters by Jes Sorensen · 10 years ago
  11. 70b88f5 staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_setting by Jes Sorensen · 10 years ago
  12. b857641 staging: rtl8723au: core: rtw_xmit: Add blank line after declarations by Yeliz Taneroglu · 10 years ago
  13. a82b4b0 drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errors by Greg Donald · 10 years ago
  14. c582db4 staging: rtl8723au: Fix typo in rtw_xmit.c by Masanari Iida · 10 years ago
  15. 4947f5e staging: rtl8723au: Remove redundant casting in rtw_xmit.c by Sachin Kamat · 10 years ago
  16. 0618dbc staging: rtl8723au: Don't check check_fwstate() == false by Jes Sorensen · 10 years ago
  17. f2f9703 staging: rtl8723au: Don't explicitly check check_fwstate() == true by Jes Sorensen · 10 years ago
  18. 04e5776 staging: rtl8723au: rtw_xmit.c: Use ether_addr_copy() by Jes Sorensen · 10 years ago
  19. 06e17e3 staging: rtl8723au: Use ieee80211.h defines for IV/ICV len values by Jes Sorensen · 10 years ago
  20. c26e957 staging: rtl8723au: rtw_xmit.c: Get rid of SetToDs()/SetFrDs() usage by Jes Sorensen · 10 years ago
  21. b2f72ca staging: rtl8723au: rtw_xmit.c: Use IEEE80211_[FS]TYPE_ defines by Jes Sorensen · 10 years ago
  22. e5b2a42 staging: rl8723au: rtw_make_wlanhdr(): Use ieee80211_qos_hdr by Jes Sorensen · 10 years ago
  23. c6716e1 staging: rtl8723au: Get rid of SetPrivacy()/SetPwrMgt()/SetMData() macros by Jes Sorensen · 10 years ago
  24. 39ef891 staging: rtl8723au: Declare rtw_make_wlanhdr() static by Jes Sorensen · 10 years ago
  25. 670ce68 staging: rtl8723au: rtw_make_wlanhdr23a(): Use IEEE80211_SN_TO_SEQ() to set seq_ctrl by Jes Sorensen · 10 years ago
  26. 8e3ddad staging: rtl8723au: Get rid of ClearMFrag/SetMFrag by Jes Sorensen · 10 years ago
  27. 9e3d6df staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto type by Jes Sorensen · 10 years ago
  28. 9216c51 staging: rtl8723au: Fix up some random bit-flag handling by Jes Sorensen · 10 years ago
  29. 8fd873d staging: rtl8723au: rtw_xmit.c: Be consistent in using int for error return type by Jes Sorensen · 10 years ago
  30. 638443d staging: rtl8723au: Call xmit/recv handlers directly instead of via HAL wrappers by Jes Sorensen · 10 years ago
  31. b3d139a staging: rtl8723au: Disentangle recv/xmit_priv init/free from HAL wrappers by Jes Sorensen · 10 years ago
  32. d095789 staging: rtl8723au: Remove empty *_free_xmit_priv() and friends by Jes Sorensen · 10 years ago
  33. 7855848 staging: rtl8723au: qos_asm23a(): Don't pass through an invalid priority by Jes Sorensen · 10 years ago
  34. c06209d staging: rtl8723au: set_qos() keep userpriority in a u8 by Jes Sorensen · 10 years ago
  35. 072fc84 staging: rtl8723au: tid is 4 bits, so we need a 16 bit value to hold a bitmap by Jes Sorensen · 10 years ago
  36. 794ff05 staging: rtl8723au: Eliminate _rtw_queue_empty23a() by Jes Sorensen · 10 years ago
  37. 269746a staging: rtl723au: Remove some obsolete misleading comments by Jes Sorensen · 10 years ago
  38. 3a35058 stating: rtl8723au: Use kmalloc instead of vmalloc to allocate pool of xmit_frame_ext by Jes Sorensen · 10 years ago
  39. 251ccc2 staging: rtl8723au: Use kmalloc() rather than vmalloc() to allocate xmit_frames by Jes Sorensen · 10 years ago
  40. 6042cbf staging: rtl8723au: Declare rtw_alloc_xmitframe() static by Jes Sorensen · 10 years ago
  41. bd8ad4a staging: rtl8723au: Eliminate struct qos_priv by Jes Sorensen · 10 years ago
  42. 507a755 staging: r8723au: Fix endian errors for frame control by Larry Finger · 10 years ago
  43. 4bf954b staging: rtl8723au: rtw_update_protection23a(): Use cfg80211_find_ie() by Jes Sorensen · 10 years ago
  44. 3455f1f staging: rtl8723au: rtw_xmit.c: Use the kernel's WLAN_EID_* definitions by Jes Sorensen · 10 years ago
  45. 3e689a9 staging: rtl8723au: Don't use pktfile interface in rtw_xmitframe_coalesce23a() by Jes Sorensen · 10 years ago
  46. 69a0f97 staging: rtl8723au: Make rtw_xmitframe_coalesce23a() more readable by Jes Sorensen · 10 years ago
  47. e59cb42 staging: rtl8723au: Fix update_attrib() and set_qos() to not use pktfile nonsense by Jes Sorensen · 10 years ago
  48. 3483b8a staging: rtl8723au: Use proper ETH_P_* types instead of hard coded constants in rtw_xmit.c by Jes Sorensen · 10 years ago
  49. c17416e staging: r8723au: Additional source patches by Larry Finger · 10 years ago
  50. 5e93f35 staging: r8723au: Add source files for new driver - part 1 by Larry Finger · 10 years ago