1. 0f728f1 staging: rtl8723au: issue_beacon23a(): Determine ie buffer location using 80211_mgmt by Jes Sorensen · 10 years ago
  2. 8906037 staging: rtl8723au: issue_beacon23a(): Fix another case issuing a corrupted beacon by Jes Sorensen · 10 years ago
  3. e61fc7c staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded value by Jes Sorensen · 10 years ago
  4. 51a26d2 staging: rtl8723au: rtw_check_beacon_data23a(): Capability is already uptodate in cur_network by Jes Sorensen · 10 years ago
  5. fb5fd46 staging: rtl8723au: rtw_add_beacon(): Construct a full beacon frame for validation by Jes Sorensen · 10 years ago
  6. ad8686b staging: rtl8723au: issue_probersp(): No need to calculate location of IEs, we know where they are by Jes Sorensen · 10 years ago
  7. d642a0a0 staging: rtl8723au: issue_probersp(): Don't insert beacon data twice by Jes Sorensen · 10 years ago
  8. 2bde052 staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as well by Jes Sorensen · 10 years ago
  9. eb4f07b staging: rtl8723au: rtw_survey_event_cb23a(): Remember to clone beacon data by Jes Sorensen · 10 years ago
  10. a131aac staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSN by Jes Sorensen · 10 years ago
  11. 2bd3b4f staging: rtl8723au: Remove write-only struct security_priv->authenticator_ie by Jes Sorensen · 10 years ago
  12. d4fc021 staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entries by Jes Sorensen · 10 years ago
  13. a8607ff staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entries by Jes Sorensen · 10 years ago
  14. 86bbac6 staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ie by Jes Sorensen · 10 years ago
  15. 302b1cd staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friends by Jes Sorensen · 10 years ago
  16. 2331ef8 staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never set by Jes Sorensen · 10 years ago
  17. 0fd90b7 staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usage by Jes Sorensen · 10 years ago
  18. a94e12b staging: rtl8723au: Remove last users of rtw_get_capability*() functions by Jes Sorensen · 10 years ago
  19. 0396416 staging: rtl8723au: rtw_get_bcn_info23a(): Use __func__ in debug prints by Jes Sorensen · 10 years ago
  20. 9ce73e2 staging: rtl8723au: rtw_get_bcn_info23a(): Use capability from wlan_bssid_ex by Jes Sorensen · 10 years ago
  21. 92af449 staging: rtl8723au: issue_assocreq(): Use struct ieee80211_mgmt to build assoc_req frame by Jes Sorensen · 10 years ago
  22. 5376bad staging: rtl8723au: issue_assocrsp(): Use capability from struct wlan_bssid_ex by Jes Sorensen · 10 years ago
  23. 0851903 staging: rtl8723au: issue_probersp(): Do not copy the IEs in front of probe_resp data by Jes Sorensen · 10 years ago
  24. 5d43182 staging: rtl8723au: issue_beacon23a(): Use struct ieee80211_mgmt to build beacon by Jes Sorensen · 10 years ago
  25. b81d36c staging: rtl8723au: issue_beacon23a(): Do not copy IEs in front of beacon data by Jes Sorensen · 10 years ago
  26. ccb1bdc staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_bssid_ex by Jes Sorensen · 10 years ago
  27. ddf5c2b staging: rtl8723au: Update bss beacon info in rtw_add_beacon() by Jes Sorensen · 10 years ago
  28. 143ced2 staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_interval by Jes Sorensen · 10 years ago
  29. 53c6600 staging: rtl8723au: collect_bss_info(): Save capability in struct wlan_bssid_ex by Jes Sorensen · 10 years ago
  30. 993c52b staging: rtl8723au: Save timestamp for network in collect_bss_info() and report it to the stack by Jes Sorensen · 10 years ago
  31. db5767a staging: rtl8723au: Remove redundant casting in rtw_mlme.c by Sachin Kamat · 10 years ago
  32. 248c959 staging: rtl8723au: Remove redundant casting in rtw_mlme_ext.c by Sachin Kamat · 10 years ago
  33. 3798786 staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it really belongs by Jes Sorensen · 10 years ago
  34. da23732 staging: rtl8723au: Quiet unused variable warning when building with CONFIG_8723AU_AP_MODE=n by Jes Sorensen · 10 years ago
  35. 073c9d4 staging: rtl8723au: Don't run regular scans in the driver, the stack handles that by Jes Sorensen · 10 years ago
  36. e9bb5ad staging: rtl8723au: rtw_set_802_11_bssid23a_list_scan(): Use __func__ to print function name by Jes Sorensen · 10 years ago
  37. 27fd731 staging: rtl8723au: Move rtw_get_cur_max_rate23a() to ioctl_cfg80211.c by Jes Sorensen · 10 years ago
  38. 023b40d staging: rtl8723au: rtw_get_cur_max_rate23a(): We are in N mode if WLAN_EID_HT_CAPABILITY is present by Jes Sorensen · 10 years ago
  39. 8f9558b staging: rtl8723au: rtw_get_cur_max_rate23a(): Remove duplicate fwstate checks by Jes Sorensen · 10 years ago
  40. e007b4c staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it static by Jes Sorensen · 10 years ago
  41. e89c055 staging: rtl8723au: rtw_do_join23a(): Don't start scanning if network isn't found by Jes Sorensen · 10 years ago
  42. 85b3c5e staging: rtl8723au: rtw_select_and_join_from_scanned_queue23a() never returns 2 by Jes Sorensen · 10 years ago
  43. 66ed1bc staging: rtl8723au: rtw_surveydone_event_callback23a(): We always set _FW_UNDER_LINKING by Jes Sorensen · 10 years ago
  44. e5c4db0 staging: rtl8723au: to_join will no be true if _FW_LINKED is set by Jes Sorensen · 10 years ago
  45. 3221bb5 staging: rtl8723au: Remove no-op rtw_get_encrypt_decrypt_from_registrypriv23a() by Jes Sorensen · 10 years ago
  46. fcc6020 staging: rtl8723au: Consolidate duplicate adhoc joining code into rtw_do_join_adhoc() by Jes Sorensen · 10 years ago
  47. ca3504b staging: rtl8723au: rtw_surveydone_event_callback23a(): Remove superfluous memset() by Jes Sorensen · 10 years ago
  48. 557f9a4 staging: rtl8723au: rtw_do_join23a(): Use __func__ to get function name in debug messages by Jes Sorensen · 10 years ago
  49. b66dad2 staging: rtl8723au: Introduce rtw_do_join_network() by Jes Sorensen · 10 years ago
  50. 0e634a0 staging: rtl8723au: Introduce rtw_select_candidate_from_queue() by Jes Sorensen · 10 years ago
  51. 2febc867 staging: rtl8723au: Minor debug message fixup by Jes Sorensen · 10 years ago
  52. be82728 staging: rtl8723au: rtw_do_join23a(): Use correct error return values by Jes Sorensen · 10 years ago
  53. 97c4361 staging: rtl8723au: Move rtw_set_802_11_ssid23a() to ioctl_cfg80211.c by Jes Sorensen · 10 years ago
  54. 39dbc44 staging: rtl8723au: Fold rtw_set_802_11_authentication_mode23a() into cfg80211_rtw_connect() by Jes Sorensen · 10 years ago
  55. ec36ce2 staging: rtl8723au: Make rtw_is_same_ibss23a() return bool by Jes Sorensen · 10 years ago
  56. 7b2e06a staging: rtl8723au: Get rid of IW_ESSID_MAX_SIZE by Jes Sorensen · 10 years ago
  57. ded7a20 staging: rtl8723au: OnAuth23a(): Use ether_addr_copy() by Jes Sorensen · 10 years ago
  58. 1ae17bf staging: rtl8723au: rtw_stadel_event_callback23a(): Remove superfluous memset() by Jes Sorensen · 10 years ago
  59. 46805ac staging: rtl8723au: free_scanqueue(): Use _rtw_free_network23a() by Jes Sorensen · 10 years ago
  60. 8d7fb1b staging: rtl8723au: collect_bss_info(): Don't memset() what we just kzalloc()'d by Jes Sorensen · 10 years ago
  61. 1bebe75 staging: rtl8723au: Allocate struct wlan_bssid_ex in collect_bss_info() by Jes Sorensen · 10 years ago
  62. 2468796 staging: rtl8723au: Do not embed struct wlan_bssid_ex in struct survey_event by Jes Sorensen · 10 years ago
  63. 7195dc0 staging: rtl8723au: rtw_survey_event_cb23a(): Use the correct types for the received arguments by Jes Sorensen · 10 years ago
  64. 8ab7bdb staging: rtl8723au: Declare rtw_update_scanned_network() static by Jes Sorensen · 10 years ago
  65. bbf5fdb staging: rtl8723au: rtw_check_bcn_info23a(): Don't search for WPA/WPA2 info twice by Jes Sorensen · 10 years ago
  66. 17b1939 staging: rtl8723au: rtw_check_bcn_info23a(): Don't make a local copy of beacon just to parse it by Jes Sorensen · 10 years ago
  67. 0c45e61 staging: rtl8723au: rtw_check_bcn_info23a(): Use ether_addr_equal() to check BSSID by Jes Sorensen · 10 years ago
  68. bf51cb6 staging: rtl8723au: Remove duplicate defines of IEEE80211_HT_PARAM_CHA_SEC_* by Jes Sorensen · 10 years ago
  69. 2a907fe staging: rtl8723au: Remove obsolete rtw_set_fixed_ie23a() by Jes Sorensen · 10 years ago
  70. a491548 staging: rtl8723au: issue_action_BA23a(): Use struct ieee80211_mgmt to build action frames by Jes Sorensen · 10 years ago
  71. 2e74d33 staging: rtl8723au: Let cfg80211 handle public action management frames by Jes Sorensen · 10 years ago
  72. 372713a staging: rtl8723au: Do not xmit BSS Coexistence management action frames by Jes Sorensen · 10 years ago
  73. 85d5120 staging: rtl8723au: issue_action_BSSCoexistPacket(): Use struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  74. 7ed61b5 staging: rtl8723au: issue_action_spct_ch_switch23a(): Use struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  75. f89547b staging: rtl8723au: _issue_deauth(): Use struct ieee80211_mgmt to build frame by Jes Sorensen · 10 years ago
  76. c144c3b staging: rtl8723au: issue_assocrsp(): Use struct ieee80211_mgmt instead of rtw_set_fixed_ie23a() by Jes Sorensen · 10 years ago
  77. 88e06f0 staging: rtl8723au: issue_auth(): Convert to using struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  78. 47e5d2f staging: rtl8723au: Make struct htpriv.ampdu_enable a bool by Jes Sorensen · 10 years ago
  79. 6a5f657 staging: rtl8723au: Be consistent in how htpriv.ht_option is checked by Jes Sorensen · 10 years ago
  80. 6f765c2 staging: rtl8723au: Make struct ht_priv.ht_option a bool by Jes Sorensen · 10 years ago
  81. c9324c8 staging: rtl8723au: Remove WMM_ defines by Jes Sorensen · 10 years ago
  82. e1d143b staging: rtl8723au: OnAssocRsp23a(): Use cfg80211_* to parse IEs by Jes Sorensen · 10 years ago
  83. 3cdf277 staging: rtl8723au: Make WMM_param_handler23a() and HT_caps_handler23a() take a const u8 * by Jes Sorensen · 10 years ago
  84. 0cac3f9 staging: rtl8723au: Declare rtw_get_wpa{2, }_cipher_suite() static by Jes Sorensen · 10 years ago
  85. 0b548a5 staging: rtl8723au: Remove obsolete rtw_get_sec_ie23a() by Jes Sorensen · 10 years ago
  86. 77953ed staging: rtl8723au: rtw_wlan_util.c: Use cfg80211_* to determine crypto by Jes Sorensen · 10 years ago
  87. 54ddd22 staging: rtl8723au: rtw_get_bcn_info23a(): Use cfg80211_* to obtain crypto info by Jes Sorensen · 10 years ago
  88. b277541 staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining 40MHz channel location by Jes Sorensen · 10 years ago
  89. c2b8047 staging: rtl8723au: collect_bss_info23a(): ieee80211_mgmt capab_info is little endian by Jes Sorensen · 10 years ago
  90. 5b124b1 staging: rtl8723au: collect_bss_info23a(): Collect beacon_interval correct by Jes Sorensen · 10 years ago
  91. 7882ef4 staging: rtl8723au: Rewrite update_beacon23a_info() tto use cfg80211_find_ie() by Jes Sorensen · 10 years ago
  92. e391615 staging: rtl8723au: Remmove buddy-adapter linking by Jes Sorensen · 10 years ago
  93. a665bcc staging: rtl8723au: rtw_check_bcn_info23a(): Use capability bit define by Jes Sorensen · 10 years ago
  94. ed08b4d staging: rtl8723au: Don't carry ht_cap_info and ht_param in struct wlan_bcn_info by Jes Sorensen · 10 years ago
  95. 4dc5f8b staging: rtl8723au: Eliminate struct HT_info_element by Jes Sorensen · 10 years ago
  96. 6594c96 staging: rtl8723au: Use correct struct for WLAN_EID_HT_CAPABILITY by Jes Sorensen · 10 years ago
  97. 65be27d staging: rtl8723au: Use struct ieee80211_ht_cap and associated #defines by Jes Sorensen · 10 years ago
  98. 198e95d staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS information by Jes Sorensen · 10 years ago
  99. 8b3d9cd staging: rtl8723au: rtw_mlme.c: Remove some tab and parenthesis abuse by Jes Sorensen · 10 years ago
  100. d54239a staging: rtl8723au: rtw_mlme_ext.c: Fix up some of the bad formatting by Jes Sorensen · 10 years ago