summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/core/rtw_mlme.c
AgeCommit message (Expand)Author
2014-06-24staging: rtl8723au: rtw_append_pmkid(): Adjust for IEs array not arrying fixe...Jes Sorensen
2014-06-24staging: rtl8723au: rtw_restruct_wmm_ie23a(): Use cfg80211_find_vendor_ie()Jes Sorensen
2014-06-24staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen
2014-06-24staging: rtl8723au: Stop carrying half the beacon frame header in the stored ...Jes Sorensen
2014-06-24staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded valueJes Sorensen
2014-06-21staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as wellJes Sorensen
2014-06-21staging: rtl8723au: rtw_survey_event_cb23a(): Remember to clone beacon dataJes Sorensen
2014-06-21staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSNJes Sorensen
2014-06-21staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entriesJes Sorensen
2014-06-21staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entriesJes Sorensen
2014-06-21staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ieJes Sorensen
2014-06-21staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friendsJes Sorensen
2014-06-21staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never setJes Sorensen
2014-06-19staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usageJes Sorensen
2014-06-19staging: rtl8723au: Remove last users of rtw_get_capability*() functionsJes Sorensen
2014-06-19staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_b...Jes Sorensen
2014-06-19staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen
2014-06-18staging: rtl8723au: Remove redundant casting in rtw_mlme.cSachin Kamat
2014-06-18staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it re...Jes Sorensen
2014-06-18staging: rtl8723au: Don't run regular scans in the driver, the stack handles ...Jes Sorensen
2014-06-18staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it staticJes Sorensen
2014-06-18staging: rtl8723au: rtw_select_and_join_from_scanned_queue23a() never returns 2Jes Sorensen
2014-06-18staging: rtl8723au: rtw_surveydone_event_callback23a(): We always set _FW_UND...Jes Sorensen
2014-06-18staging: rtl8723au: to_join will no be true if _FW_LINKED is setJes Sorensen
2014-06-18staging: rtl8723au: Remove no-op rtw_get_encrypt_decrypt_from_registrypriv23a()Jes Sorensen
2014-06-18staging: rtl8723au: Consolidate duplicate adhoc joining code into rtw_do_join...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_surveydone_event_callback23a(): Remove superfluous me...Jes Sorensen
2014-06-18staging: rtl8723au: Introduce rtw_do_join_network()Jes Sorensen
2014-06-18staging: rtl8723au: Introduce rtw_select_candidate_from_queue()Jes Sorensen
2014-06-18staging: rtl8723au: Minor debug message fixupJes Sorensen
2014-06-18staging: rtl8723au: Make rtw_is_same_ibss23a() return boolJes Sorensen
2014-06-18staging: rtl8723au: rtw_stadel_event_callback23a(): Remove superfluous memset()Jes Sorensen
2014-06-18staging: rtl8723au: free_scanqueue(): Use _rtw_free_network23a()Jes Sorensen
2014-06-18staging: rtl8723au: Do not embed struct wlan_bssid_ex in struct survey_eventJes Sorensen
2014-06-18staging: rtl8723au: rtw_survey_event_cb23a(): Use the correct types for the r...Jes Sorensen
2014-06-18staging: rtl8723au: Declare rtw_update_scanned_network() staticJes Sorensen
2014-06-18staging: rtl8723au: Make struct htpriv.ampdu_enable a boolJes Sorensen
2014-06-18staging: rtl8723au: Be consistent in how htpriv.ht_option is checkedJes Sorensen
2014-06-18staging: rtl8723au: Make struct ht_priv.ht_option a boolJes Sorensen
2014-06-18staging: rtl8723au: Remove WMM_ definesJes Sorensen
2014-06-18staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining...Jes Sorensen
2014-06-18staging: rtl8723au: Eliminate struct HT_info_elementJes Sorensen
2014-06-18staging: rtl8723au: Use correct struct for WLAN_EID_HT_CAPABILITYJes Sorensen
2014-06-18staging: rtl8723au: Use struct ieee80211_ht_cap and associated #definesJes Sorensen
2014-06-18staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS informationJes Sorensen
2014-06-18staging: rtl8723au: rtw_mlme.c: Remove some tab and parenthesis abuseJes Sorensen
2014-06-17staging: rtl8723au: rtw_mlme.c: Convert rtw_get_wps_ie23a() to cfg80211_find_...Jes Sorensen
2014-06-17staging: rtl8723au: rtw_get_wps_ie23a(): Remove unused dest pointer wps_ieJes Sorensen
2014-05-28staging: rtl8723au: Remove redundant casting in rtw_mlme.cSachin Kamat
2014-05-25staging: rtl8723au: Don't check check_fwstate() == falseJes Sorensen