1. a48dd46 staging: rtl8723au: Remove two never set variables by Jes Sorensen · 10 years ago
  2. 808bcb4 staging: rtl8723au: Fix typo in rtl8723au/core by Masanari Iida · 10 years ago
  3. 352f145 staging: rtl8723au: Remove unnecessary null test before kfree by Fabian Frederick · 10 years ago
  4. 462eb49 staging: rtl8723au: Fold power_saving_wk_hdl() into rtw_drvextra_cmd_hdl23a() by Jes Sorensen · 10 years ago
  5. 2bd3b4f staging: rtl8723au: Remove write-only struct security_priv->authenticator_ie by Jes Sorensen · 10 years ago
  6. 09d8879 staging: rtl8723au: rtw_cmd.c: Remove last #ifdef CONFIG_8723AU_BT_COEXIST usage by Jes Sorensen · 10 years ago
  7. a862d5d staging: rtl8723au: Rename BT_LpsLeave() rtl8723a_BT_lps_leave() by Jes Sorensen · 10 years ago
  8. f83e9e2a staging: rtl8723au: Rename BTDM_ForDhcp() to rtl8723a_BT_specialpacket_notify() by Jes Sorensen · 10 years ago
  9. 43de030 staging: rtl8723au: Rename BT_WifiMediaStatusNotify() rtl8723a_BT_mediastatus_notify() by Jes Sorensen · 10 years ago
  10. d952e4c staging: rtl8723au: Rename BT_WifiScanNotify() rtl8723a_BT_wifiscan_notify() by Jes Sorensen · 10 years ago
  11. febf308 staging: rtl8723au: Rename BTDM_Coexist() to rtl8723a_BT_do_coexist() by Jes Sorensen · 10 years ago
  12. ef95e27 staging: rtl8723au: Remove some CONFIG_8723AU_BT_COEXIST clutter by Jes Sorensen · 10 years ago
  13. 3a159d9 staging: rtl8723au: Create rtl8723au_bt_intf.h by Jes Sorensen · 10 years ago
  14. f2f9703 staging: rtl8723au: Don't explicitly check check_fwstate() == true by Jes Sorensen · 10 years ago
  15. 9e3d6df staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto type by Jes Sorensen · 10 years ago
  16. 9216c51 staging: rtl8723au: Fix up some random bit-flag handling by Jes Sorensen · 10 years ago
  17. efc7144 staging: rtl8723au: Use nl80211_iftype instead of driver's own custom types by Jes Sorensen · 10 years ago
  18. 9680817 staging: rtl8723au: Fix compiling with CONFIG_8723AU_BT_COEXIST=n by Jes Sorensen · 10 years ago
  19. 1ec8911 staging: rtl8723au: Make cmd and event handlers return int instead of u8 by Jes Sorensen · 10 years ago
  20. b7c19c2 staging: rtl8723au: Get rid of sreset related HAL clutter by Jes Sorensen · 10 years ago
  21. 8289d35 staging: rtl8723au: Get rid of rtw_hal_dm_* clutter by Jes Sorensen · 10 years ago
  22. d7f2c23 staging: rtl8723au: Another case of missing 'tid' bounds checking. by Jes Sorensen · 10 years ago
  23. 00cf86c staging: rtl8723au: Call c2h_handler_8723a() directly instead of via HAL interface by Jes Sorensen · 10 years ago
  24. 227ca8c staging: rtl8723au: The driver only has one c2h_id_filter by Jes Sorensen · 10 years ago
  25. 849befa staging: rtl8723au: c2h_evt_hdl() is always called with 3rd argument = NULL by Jes Sorensen · 10 years ago
  26. ab281e3 staging: rtl8723au: Declare c2h_evt_hdl static by Jes Sorensen · 10 years ago
  27. a790d58 staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG} by Jes Sorensen · 10 years ago
  28. 9cd613c staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG} by Jes Sorensen · 10 years ago
  29. 6e8bc71 staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a() by Jes Sorensen · 10 years ago
  30. ec838b0 staging: rtl8723au: add GFP argument to rtw_alloc_network() by Jes Sorensen · 10 years ago
  31. 5290cd6 staging: rtl8723au: rtw_createbss_cmd23a_callback(): Relax holding of pmlmepriv->lock by Jes Sorensen · 10 years ago
  32. bd8ad4a staging: rtl8723au: Eliminate struct qos_priv by Jes Sorensen · 10 years ago
  33. b35c0ff staging: rtl8723au: Remove unused + write-only entries from struct evt_priv by Jes Sorensen · 10 years ago
  34. 980cf72 staging: rtl8723au: Use workqueue to handle interrupt complete processing by Jes Sorensen · 10 years ago
  35. 8df06a3 staging: rtl8723au: Name cmd workqueue appropriately to allow for more workqueues by Jes Sorensen · 10 years ago
  36. c382675 staging: rtl8723au: Remove rtw_free_cmd_priv23a() by Jes Sorensen · 10 years ago
  37. fac7563 staging: rtl8723au: rsp_buf wasn't used for anything - don't allocate it by Jes Sorensen · 10 years ago
  38. c347dc6 staging: rtl8723au: pass the cmd parm buffer directly to the cmd handler by Jes Sorensen · 10 years ago
  39. 528e5c1 staging: rtl8723au: rtw_free_network_queue23a() eliminate unused argument 'isfreeall' by Jes Sorensen · 10 years ago
  40. c0b99be staging: r8723au: Set undeclared routines to static by Larry Finger · 10 years ago
  41. aab2645 staging: rtl8723au: rtw_createbss_cmd23a(): Remove unnecessary typecast by Jes Sorensen · 10 years ago
  42. ea4190b staging: rtl8723au: rtw_joinbss_cmd23a(): Remove unnecessary typecast by Jes Sorensen · 10 years ago
  43. 0348dc74 staging: rtl8723au: Preserve const attribute of cmd handler argument by Jes Sorensen · 10 years ago
  44. b25b7b3 staging: rtl8723au: Make cmd handlers take a const u8 * as their data argument by Jes Sorensen · 10 years ago
  45. 9e8ccf7 staging: rtl8723au: Remove unused list_head from struct cmd_obj by Jes Sorensen · 10 years ago
  46. b1d49bd staging: rtl8723au: Remove obsolete header file cmd_osdep.h by Jes Sorensen · 10 years ago
  47. ab033fdb staging: rtl8723au: Fold _rtw_init_evt_priv23a() into rtw_init_evt_priv23a() by Jes Sorensen · 10 years ago
  48. fc8ae7e staging: rtl8723au: Fold _rtw_free_evt_priv23a() into rtw_free_evt_priv23a() by Jes Sorensen · 10 years ago
  49. f39a3d1 staging: rtl8723au: Fold _rtw_free_cmd_priv23a() into rtw_free_cmd_priv23a() by Jes Sorensen · 10 years ago
  50. d97e2d2 staging: rtl8723au: Use a workqueue for command handling by Jes Sorensen · 10 years ago
  51. fbde412 staging: rtl8723au: c2h_wk_callback(): Use GFP_KERNEL, and check return value by Jes Sorensen · 10 years ago
  52. 98fb812 staging: rtl8723au: Remove P2P/WiFiDirect/WiFiDisplay code by Jes Sorensen · 10 years ago
  53. 3021bc4 staging: rtl8723au: Fixup last users to use the kernel's WLAN_EID_* definitions by Jes Sorensen · 10 years ago
  54. 88cdc94 staging: rtl8723au: Fix build error due to bad commit 6c89f82 by Larry Finger · 10 years ago
  55. 8d3fd61 staging: rtl8723au: Eliminate HW_WAR_CHK_HI_QUEUE_EMPTY usage by Jes Sorensen · 10 years ago
  56. 327c70c staging: rtl8723au: Make direct calls for HW_VAR_H2C_FW_{PWRMODE,JOINBSSRPT} by Jes Sorensen · 10 years ago
  57. c17416e staging: r8723au: Additional source patches by Larry Finger · 10 years ago
  58. 5e93f35 staging: r8723au: Add source files for new driver - part 1 by Larry Finger · 10 years ago