summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au
AgeCommit message (Expand)Author
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: rtw_get_bcn_info23a(): Use __func__ in debug printsJes Sorensen
2014-06-19staging: rtl8723au: rtw_get_bcn_info23a(): Use capability from wlan_bssid_exJes Sorensen
2014-06-19staging: rtl8723au: issue_assocreq(): Use struct ieee80211_mgmt to build asso...Jes Sorensen
2014-06-19staging: rtl8723au: issue_assocrsp(): Use capability from struct wlan_bssid_exJes Sorensen
2014-06-19staging: rtl8723au: issue_probersp(): Do not copy the IEs in front of probe_r...Jes Sorensen
2014-06-19staging: rtl8723au: issue_beacon23a(): Use struct ieee80211_mgmt to build beaconJes Sorensen
2014-06-19staging: rtl8723au: issue_beacon23a(): Do not copy IEs in front of beacon dataJes Sorensen
2014-06-19staging: rtl8723au: ConstructBeacon(): Use struct ieee80211_mgmt to build beaconJes Sorensen
2014-06-19staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_b...Jes Sorensen
2014-06-19staging: rtl8723au: Update bss beacon info in rtw_add_beacon()Jes Sorensen
2014-06-19staging: rtl8723au: rtw_add_beacon(): Replace magic constant with appropriate...Jes Sorensen
2014-06-19staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Use the capability info we alr...Jes Sorensen
2014-06-19staging: rtl8723au: collect_bss_info(): Save capability in struct wlan_bssid_exJes Sorensen
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Report the beacon interval alr...Jes Sorensen
2014-06-19staging: rtl8723au: Save timestamp for network in collect_bss_info() and repo...Jes Sorensen
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Use cfg80211_inform_bss()Jes Sorensen
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): timestamp isn't usedJes Sorensen
2014-06-18staging: rtl8723au: Remove redundant casting in rtw_mlme.cSachin Kamat
2014-06-18staging: rtl8723au: Remove redundant casting in rtw_mlme_ext.cSachin Kamat
2014-06-18staging: rtl8723au: Add compiler check for -Wtype-limitsGeert Uytterhoeven
2014-06-18staging: rtl8723au: rtw_cfg80211_set_wpa_ie(): Avoid pointless memcpyJes Sorensen
2014-06-18staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it re...Jes Sorensen
2014-06-18staging: rtl8723au: Quiet unused variable warning when building with CONFIG_8...Jes Sorensen
2014-06-18staging: rtl8723au: Don't run regular scans in the driver, the stack handles ...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_set_802_11_bssid23a_list_scan(): Use __func__ to prin...Jes Sorensen
2014-06-18staging: rtl8723au: Move rtw_get_cur_max_rate23a() to ioctl_cfg80211.cJes Sorensen
2014-06-18staging: rtl8723au: rtw_get_cur_max_rate23a(): We are in N mode if WLAN_EID_H...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_get_cur_max_rate23a(): Remove duplicate fwstate checksJes Sorensen
2014-06-18staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it staticJes Sorensen
2014-06-18staging: rtl8723au: rtw_do_join23a(): Don't start scanning if network isn't f...Jes Sorensen
2014-06-18staging: rtl8723au: rtw_set_ssid(): Use rtw_do_join_network()Jes 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: rtw_do_join23a(): Use __func__ to get function name in de...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: 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