1. ce6bed6 staging:rtl8723au: fix sparse warning: incorrect type in assignment by Kinka Huang · 10 years ago
  2. b518cb9 staging: rtl8723au: Remove sw led handling by Jes Sorensen · 10 years ago
  3. 038b703 staging: rtl8723au: core: Remove uneeded return variable by Roberta Dobrescu · 10 years ago
  4. 08551cb staging: rtl8723au: Do not use comparisons on bool tests by Roberta Dobrescu · 10 years ago
  5. de1de2f Staging: rtl8723au: core: Add braces around macro by Tina Ruchandani · 10 years ago
  6. eb18cf6 staging: rtl8723au: Eliminate write-only struct wlan_network->aid by Jes Sorensen · 10 years ago
  7. 60b152c staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_ex by Jes Sorensen · 10 years ago
  8. 9dfb753 staging: rtl8723au: core: rtw_mlme: fix void function return statements by Yeliz Taneroglu · 10 years ago
  9. 29ed932 staging: rtl8723au: core: rtw_mlme: Add blank line after declarations by Yeliz Taneroglu · 10 years ago
  10. 8e3d161 drivers: staging: rtl8723au: core: Fix "'foo * bar' should be 'foo *bar'" errors by Greg Donald · 10 years ago
  11. c895a5d drivers: staging: rtl8723au: Fix "space required after that ','" errors by Greg Donald · 10 years ago
  12. a82b4b0 drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errors by Greg Donald · 10 years ago
  13. 7e6646d drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errors by Greg Donald · 10 years ago
  14. 4e66cf0 drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errors by Greg Donald · 10 years ago
  15. 7c17d2d staging: rtl8723au: Fix typo in rtw_mlme.c by Masanari Iida · 10 years ago
  16. 809d208 staging: rtl8723au: fix sparse warning by Clément Calmels · 10 years ago
  17. 98f979f staging: rtl8723au: rtw_append_pmkid(): Adjust for IEs array not arrying fixed elements by Jes Sorensen · 10 years ago
  18. 86184b9 staging: rtl8723au: rtw_restruct_wmm_ie23a(): Use cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  19. 1de65cc staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSET by Jes Sorensen · 10 years ago
  20. 68e6c79 staging: rtl8723au: Stop carrying half the beacon frame header in the stored IE array by Jes Sorensen · 10 years ago
  21. e61fc7c staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded value by Jes Sorensen · 10 years ago
  22. 2bde052 staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as well by Jes Sorensen · 10 years ago
  23. eb4f07b staging: rtl8723au: rtw_survey_event_cb23a(): Remember to clone beacon data by Jes Sorensen · 10 years ago
  24. a131aac staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSN by Jes Sorensen · 10 years ago
  25. d4fc021 staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entries by Jes Sorensen · 10 years ago
  26. a8607ff staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entries by Jes Sorensen · 10 years ago
  27. 86bbac6 staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ie by Jes Sorensen · 10 years ago
  28. 302b1cd staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friends by Jes Sorensen · 10 years ago
  29. 2331ef8 staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never set by Jes Sorensen · 10 years ago
  30. 0fd90b7 staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usage by Jes Sorensen · 10 years ago
  31. a94e12b staging: rtl8723au: Remove last users of rtw_get_capability*() functions by Jes Sorensen · 10 years ago
  32. ccb1bdc staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_bssid_ex by Jes Sorensen · 10 years ago
  33. 143ced2 staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_interval by Jes Sorensen · 10 years ago
  34. db5767a staging: rtl8723au: Remove redundant casting in rtw_mlme.c by Sachin Kamat · 10 years ago
  35. 3798786 staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it really belongs by Jes Sorensen · 10 years ago
  36. 073c9d4 staging: rtl8723au: Don't run regular scans in the driver, the stack handles that by Jes Sorensen · 10 years ago
  37. e007b4c staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it static by Jes Sorensen · 10 years ago
  38. 85b3c5e staging: rtl8723au: rtw_select_and_join_from_scanned_queue23a() never returns 2 by Jes Sorensen · 10 years ago
  39. 66ed1bc staging: rtl8723au: rtw_surveydone_event_callback23a(): We always set _FW_UNDER_LINKING by Jes Sorensen · 10 years ago
  40. e5c4db0 staging: rtl8723au: to_join will no be true if _FW_LINKED is set by Jes Sorensen · 10 years ago
  41. 3221bb5 staging: rtl8723au: Remove no-op rtw_get_encrypt_decrypt_from_registrypriv23a() by Jes Sorensen · 10 years ago
  42. fcc6020 staging: rtl8723au: Consolidate duplicate adhoc joining code into rtw_do_join_adhoc() by Jes Sorensen · 10 years ago
  43. ca3504b staging: rtl8723au: rtw_surveydone_event_callback23a(): Remove superfluous memset() by Jes Sorensen · 10 years ago
  44. b66dad2 staging: rtl8723au: Introduce rtw_do_join_network() by Jes Sorensen · 10 years ago
  45. 0e634a0 staging: rtl8723au: Introduce rtw_select_candidate_from_queue() by Jes Sorensen · 10 years ago
  46. 2febc867 staging: rtl8723au: Minor debug message fixup by Jes Sorensen · 10 years ago
  47. ec36ce2 staging: rtl8723au: Make rtw_is_same_ibss23a() return bool by Jes Sorensen · 10 years ago
  48. 1ae17bf staging: rtl8723au: rtw_stadel_event_callback23a(): Remove superfluous memset() by Jes Sorensen · 10 years ago
  49. 46805ac staging: rtl8723au: free_scanqueue(): Use _rtw_free_network23a() by Jes Sorensen · 10 years ago
  50. 2468796 staging: rtl8723au: Do not embed struct wlan_bssid_ex in struct survey_event by Jes Sorensen · 10 years ago
  51. 7195dc0 staging: rtl8723au: rtw_survey_event_cb23a(): Use the correct types for the received arguments by Jes Sorensen · 10 years ago
  52. 8ab7bdb staging: rtl8723au: Declare rtw_update_scanned_network() static by Jes Sorensen · 10 years ago
  53. 47e5d2f staging: rtl8723au: Make struct htpriv.ampdu_enable a bool by Jes Sorensen · 10 years ago
  54. 6a5f657 staging: rtl8723au: Be consistent in how htpriv.ht_option is checked by Jes Sorensen · 10 years ago
  55. 6f765c2 staging: rtl8723au: Make struct ht_priv.ht_option a bool by Jes Sorensen · 10 years ago
  56. c9324c8 staging: rtl8723au: Remove WMM_ defines by Jes Sorensen · 10 years ago
  57. b277541 staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining 40MHz channel location by Jes Sorensen · 10 years ago
  58. 4dc5f8b staging: rtl8723au: Eliminate struct HT_info_element by Jes Sorensen · 10 years ago
  59. 6594c96 staging: rtl8723au: Use correct struct for WLAN_EID_HT_CAPABILITY by Jes Sorensen · 10 years ago
  60. 65be27d staging: rtl8723au: Use struct ieee80211_ht_cap and associated #defines by Jes Sorensen · 10 years ago
  61. 198e95d staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information by Jes Sorensen · 10 years ago
  62. 8b3d9cd staging: rtl8723au: rtw_mlme.c: Remove some tab and parenthesis abuse by Jes Sorensen · 10 years ago
  63. 9c40e12 staging: rtl8723au: rtw_mlme.c: Convert rtw_get_wps_ie23a() to cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  64. fbf380c staging: rtl8723au: rtw_get_wps_ie23a(): Remove unused dest pointer wps_ie by Jes Sorensen · 10 years ago
  65. 47b0c98 staging: rtl8723au: Remove redundant casting in rtw_mlme.c by Sachin Kamat · 10 years ago
  66. 0618dbc staging: rtl8723au: Don't check check_fwstate() == false by Jes Sorensen · 10 years ago
  67. cdaf6ef staging: rtl8723au: Move dummy_event_callback() to rtw_mlme_ext.c by Jes Sorensen · 10 years ago
  68. c164bcf staging: rtli8723au: Get rid of struct ndis_802_11_fixed_ies by Jes Sorensen · 10 years ago
  69. 37cb982 staging: rtl8723au: Get rid of struct ndis_802_11_config by Jes Sorensen · 10 years ago
  70. 9a3c056 staging: rtl8723au: Get rid of unused struct ndis_802_11_configuration_fh by Jes Sorensen · 10 years ago
  71. e082790 staging: rtl8723au: Introduce struct rtw_wep_key to store our wep keys by Jes Sorensen · 10 years ago
  72. 9e3d6df staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto type by Jes Sorensen · 10 years ago
  73. 9216c51 staging: rtl8723au: Fix up some random bit-flag handling by Jes Sorensen · 10 years ago
  74. 409b47c staging: rtl8723au: Get rid of write only NetworkTypeInUse and matching enum by Jes Sorensen · 10 years ago
  75. efc7144 staging: rtl8723au: Use nl80211_iftype instead of driver's own custom types by Jes Sorensen · 10 years ago
  76. 39f1a8e staging: rtl8723au: Make direct calls to GetHalDefVar8192CUsb() by Jes Sorensen · 10 years ago
  77. dbe9849 staging: rtl8723au: Disentangle set_odm_var() from the HAL wrappers by Jes Sorensen · 10 years ago
  78. b7c19c2 staging: rtl8723au: Get rid of sreset related HAL clutter by Jes Sorensen · 10 years ago
  79. 561fb40 staging: rtl8723au: pattrib->priority can't be > 15, no need for CHKBIT() by Jes Sorensen · 10 years ago
  80. 4e489d9 staging: rtl8723au: 'keyid' is always 0-3, no need for CHKBIT() by Jes Sorensen · 10 years ago
  81. 95b0f20 staging: rtl8723au: Move rtw_do_join23a() prototype to rtw_ioctl_set.h by Jes Sorensen · 10 years ago
  82. a790d58 staging: rtl8723au: Get rid of FUNC_NDEV_{FMT,ARG} by Jes Sorensen · 10 years ago
  83. 9cd613c staging: rtl8723au: Remove FUNC_ADPT_{FMT,ARG} by Jes Sorensen · 10 years ago
  84. 6e8bc71 staging: rtl8723au: Add GFP argument to rtw_alloc_stainfo23a() by Jes Sorensen · 10 years ago
  85. ec838b0 staging: rtl8723au: add GFP argument to rtw_alloc_network() by Jes Sorensen · 10 years ago
  86. bd8ad4a staging: rtl8723au: Eliminate struct qos_priv by Jes Sorensen · 10 years ago
  87. e260196 staging: rtl8723au: Make event callbacks take a const u8 * by Jes Sorensen · 10 years ago
  88. fac7563 staging: rtl8723au: rsp_buf wasn't used for anything - don't allocate it by Jes Sorensen · 10 years ago
  89. 2d5eafc staging: rtl8723au: Get rid of _rtw_free_network23a_nolock23a() by Jes Sorensen · 10 years ago
  90. 528e5c1 staging: rtl8723au: rtw_free_network_queue23a() eliminate unused argument 'isfreeall' by Jes Sorensen · 10 years ago
  91. 2ccac5f staging: rtl8723au: _rtw_free_network23a(): Remove unused argument 'isfreeall' by Jes Sorensen · 10 years ago
  92. 503ee62 staging: rtl8723au: _rtw_free_network23a(): Remove write-only variable 'lifetime' by Jes Sorensen · 10 years ago
  93. f56d968 staging: rtl8723au: Fold _rtw_find_network23a() into rtw_find_network23a() by Jes Sorensen · 10 years ago
  94. 8c47af2 staging: rtl8723au: Fold _rtw_free_network23a_queue23a() into rtw_free_network_queue23a() by Jes Sorensen · 10 years ago
  95. a7efff2 staging: rtl8723au: Fold _rtw_init_mlme_priv23a() into rtw_init_mlme_priv23a() by Jes Sorensen · 10 years ago
  96. d7cfe7c staging: rtl8723au: Make sparse happy - make rtw_get_beacon_interval23a_from_ie return __le16 * by Jes Sorensen · 10 years ago
  97. 6a23544 staging: rtl8723au: Make rtw_get_capability23a_from_ie() return __le 16 * by Jes Sorensen · 10 years ago
  98. c0b99be staging: r8723au: Set undeclared routines to static by Larry Finger · 10 years ago
  99. 5201795 staging: rtl8723au: Remove unnecessary typecasts of struct wlan_bssid_ex objects by Jes Sorensen · 10 years ago
  100. 9e8ccf7 staging: rtl8723au: Remove unused list_head from struct cmd_obj by Jes Sorensen · 10 years ago