summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-06-18staging: rtl8723au: Introduce rtw_select_candidate_from_queue()Jes Sorensen
2014-06-18staging: rtl8723au: Don't prepend debug console messages with 'ERROR 'Jes Sorensen
2014-06-18staging: rtl8723au: Minor debug message fixupJes Sorensen
2014-06-18staging: rtl8723au: rtw_do_join23a(): Use correct error return valuesJes Sorensen
2014-06-18staging: rtl8723au: rtw_cfg80211_add_wep(): Use WLAN_KEY_LEN_*Jes Sorensen
2014-06-18staging: rtl8723au: rtw_set_ssid(): This is never called with _FW_UNDER_LINKINGJes Sorensen
2014-06-18staging: rtl8723au: Pass a struct wlan_network to rtw_set_ssid()Jes Sorensen
2014-06-18staging: rtl8723au: cfg80211_rtw_connect(): Simplify ssid preparationJes Sorensen
2014-06-18staging: rtl8723au: cfg80211_rtw_connect(): Remove obfuscating pointersJes Sorensen
2014-06-18staging: rtl8723au: cfg80211_rtw_connect(): Clean up various bitsJes Sorensen
2014-06-18staging: rtl8723au: Move rtw_set_802_11_ssid23a() to ioctl_cfg80211.cJes Sorensen
2014-06-18staging: rtl8723au: Fold rtw_set_802_11_authentication_mode23a() into cfg8021...Jes Sorensen
2014-06-18staging: rtl8723au: cfg80211_rtw_connect(): Check correct return value from r...Jes Sorensen
2014-06-18staging: rtl8723au: Make rtw_is_same_ibss23a() return boolJes Sorensen
2014-06-18staging: rtl8723au: Get rid of IW_ESSID_MAX_SIZEJes Sorensen
2014-06-18staging: rtl8723au: OnAuth23a(): Use ether_addr_copy()Jes 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: collect_bss_info(): Don't memset() what we just kzalloc()'dJes Sorensen
2014-06-18staging: rtl8723au: Allocate struct wlan_bssid_ex in collect_bss_info()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: rtw_check_bcn_info23a(): Don't search for WPA/WPA2 info t...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_check_bcn_info23a(): Don't make a local copy of beaco...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_check_bcn_info23a(): Use ether_addr_equal() to check ...Jes Sorensen
2014-06-18staging: rtl8723au: Remove some unused 80211 header parsing macrosJes Sorensen
2014-06-18staging: rtl8723au: Remove unused #defines WEP_KEY_LEN and MGMT_QUEUE_NUMJes Sorensen
2014-06-18staging: rtl8723au: Remove duplicate defines of IEEE80211_HT_PARAM_CHA_SEC_*Jes Sorensen
2014-06-18staging: rtl8723au: Remove obsolete rtw_set_fixed_ie23a()Jes Sorensen
2014-06-18staging: rtl8723au: issue_action_BA23a(): Use struct ieee80211_mgmt to build ...Jes Sorensen
2014-06-18staging: rtl8723au: ioctl_cfg80211.c: Use struct ieee80211_mgmt to build mgmt...Jes Sorensen
2014-06-18staging: rtl8723au: Let cfg80211 handle public action management framesJes Sorensen
2014-06-18staging: rtl8723au: Do not xmit BSS Coexistence management action framesJes Sorensen
2014-06-18staging: rtl8723au: issue_action_BSSCoexistPacket(): Use struct ieee80211_mgmtJes Sorensen
2014-06-18staging: rtl8723au: issue_action_spct_ch_switch23a(): Use struct ieee80211_mgmtJes Sorensen
2014-06-18staging: rtl8723au: _issue_deauth(): Use struct ieee80211_mgmt to build frameJes Sorensen
2014-06-18staging: rtl8723au: issue_assocrsp(): Use struct ieee80211_mgmt instead of rt...Jes Sorensen
2014-06-18staging: rtl8723au: issue_auth(): Convert to using struct ieee80211_mgmtJes 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: OnAssocRsp23a(): Use cfg80211_* to parse IEsJes Sorensen
2014-06-18staging: rtl8723au: Make WMM_param_handler23a() and HT_caps_handler23a() take...Jes Sorensen
2014-06-18staging: rtl8723au: Declare rtw_get_wpa{2, }_cipher_suite() staticJes Sorensen
2014-06-18staging: rtl8723au: Remove obsolete rtw_get_sec_ie23a()Jes Sorensen
2014-06-18staging: rtl8723au: rtw_wlan_util.c: Use cfg80211_* to determine cryptoJes Sorensen
2014-06-18staging: rtl8723au: rtw_get_bcn_info23a(): Use cfg80211_* to obtain crypto infoJes Sorensen
2014-06-18staging: rtl8723au: rtw_update_ht_cap23a(): Use correct mask when determining...Jes Sorensen