summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usageJes Sorensen2014-06-195-19/+2
* staging: rtl8723au: Remove last users of rtw_get_capability*() functionsJes Sorensen2014-06-195-22/+6
* staging: rtl8723au: rtw_get_bcn_info23a(): Use __func__ in debug printsJes Sorensen2014-06-191-3/+3
* staging: rtl8723au: rtw_get_bcn_info23a(): Use capability from wlan_bssid_exJes Sorensen2014-06-191-4/+1
* staging: rtl8723au: issue_assocreq(): Use struct ieee80211_mgmt to build asso...Jes Sorensen2014-06-191-23/+15
* staging: rtl8723au: issue_assocrsp(): Use capability from struct wlan_bssid_exJes Sorensen2014-06-191-5/+1
* staging: rtl8723au: issue_probersp(): Do not copy the IEs in front of probe_r...Jes Sorensen2014-06-191-36/+23
* staging: rtl8723au: issue_beacon23a(): Use struct ieee80211_mgmt to build beaconJes Sorensen2014-06-191-28/+14
* staging: rtl8723au: issue_beacon23a(): Do not copy IEs in front of beacon dataJes Sorensen2014-06-191-23/+23
* staging: rtl8723au: ConstructBeacon(): Use struct ieee80211_mgmt to build beaconJes Sorensen2014-06-191-22/+15
* staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_b...Jes Sorensen2014-06-191-2/+2
* staging: rtl8723au: Update bss beacon info in rtw_add_beacon()Jes Sorensen2014-06-192-7/+8
* staging: rtl8723au: rtw_add_beacon(): Replace magic constant with appropriate...Jes Sorensen2014-06-191-5/+7
* staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen2014-06-196-12/+12
* staging: rtl8723au: rtw_cfg80211_inform_bss(): Use the capability info we alr...Jes Sorensen2014-06-191-6/+1
* staging: rtl8723au: collect_bss_info(): Save capability in struct wlan_bssid_exJes Sorensen2014-06-192-7/+10
* staging: rtl8723au: rtw_cfg80211_inform_bss(): Report the beacon interval alr...Jes Sorensen2014-06-191-5/+2
* staging: rtl8723au: Save timestamp for network in collect_bss_info() and repo...Jes Sorensen2014-06-193-1/+7
* staging: rtl8723au: rtw_cfg80211_inform_bss(): Use cfg80211_inform_bss()Jes Sorensen2014-06-191-42/+5
* staging: rtl8723au: rtw_cfg80211_inform_bss(): timestamp isn't usedJes Sorensen2014-06-191-3/+0
* staging: rtl8723au: Remove redundant casting in rtw_mlme.cSachin Kamat2014-06-181-1/+1
* staging: rtl8723au: Remove redundant casting in rtw_mlme_ext.cSachin Kamat2014-06-181-17/+10
* staging: rtl8723au: Add compiler check for -Wtype-limitsGeert Uytterhoeven2014-06-181-1/+2
* staging: rtl8723au: rtw_cfg80211_set_wpa_ie(): Avoid pointless memcpyJes Sorensen2014-06-181-14/+7
* staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it re...Jes Sorensen2014-06-187-27/+2
* staging: rtl8723au: Quiet unused variable warning when building with CONFIG_8...Jes Sorensen2014-06-181-1/+1
* staging: rtl8723au: Don't run regular scans in the driver, the stack handles ...Jes Sorensen2014-06-184-104/+0
* staging: rtl8723au: rtw_set_802_11_bssid23a_list_scan(): Use __func__ to prin...Jes Sorensen2014-06-181-6/+4
* staging: rtl8723au: Move rtw_get_cur_max_rate23a() to ioctl_cfg80211.cJes Sorensen2014-06-183-65/+58
* staging: rtl8723au: rtw_get_cur_max_rate23a(): We are in N mode if WLAN_EID_H...Jes Sorensen2014-06-181-34/+29
* staging: rtl8723au: rtw_get_cur_max_rate23a(): Remove duplicate fwstate checksJes Sorensen2014-06-181-4/+0
* staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it staticJes Sorensen2014-06-183-36/+36
* staging: rtl8723au: rtw_do_join23a(): Don't start scanning if network isn't f...Jes Sorensen2014-06-181-72/+13
* staging: rtl8723au: rtw_set_ssid(): Use rtw_do_join_network()Jes Sorensen2014-06-181-4/+21
* staging: rtl8723au: rtw_select_and_join_from_scanned_queue23a() never returns 2Jes Sorensen2014-06-181-4/+1
* staging: rtl8723au: rtw_surveydone_event_callback23a(): We always set _FW_UND...Jes Sorensen2014-06-181-3/+1
* staging: rtl8723au: to_join will no be true if _FW_LINKED is setJes Sorensen2014-06-181-7/+6
* staging: rtl8723au: Remove no-op rtw_get_encrypt_decrypt_from_registrypriv23a()Jes Sorensen2014-06-182-9/+0
* staging: rtl8723au: Consolidate duplicate adhoc joining code into rtw_do_join...Jes Sorensen2014-06-183-93/+41
* staging: rtl8723au: rtw_surveydone_event_callback23a(): Remove superfluous me...Jes Sorensen2014-06-181-2/+0
* staging: rtl8723au: rtw_do_join23a(): Use __func__ to get function name in de...Jes Sorensen2014-06-181-7/+6
* staging: rtl8723au: Introduce rtw_do_join_network()Jes Sorensen2014-06-183-20/+30
* staging: rtl8723au: Introduce rtw_select_candidate_from_queue()Jes Sorensen2014-06-181-10/+21
* staging: rtl8723au: Don't prepend debug console messages with 'ERROR 'Jes Sorensen2014-06-181-1/+1
* staging: rtl8723au: Minor debug message fixupJes Sorensen2014-06-181-3/+2
* staging: rtl8723au: rtw_do_join23a(): Use correct error return valuesJes Sorensen2014-06-181-1/+1
* staging: rtl8723au: rtw_cfg80211_add_wep(): Use WLAN_KEY_LEN_*Jes Sorensen2014-06-181-2/+2
* staging: rtl8723au: rtw_set_ssid(): This is never called with _FW_UNDER_LINKINGJes Sorensen2014-06-181-2/+0
* staging: rtl8723au: Pass a struct wlan_network to rtw_set_ssid()Jes Sorensen2014-06-181-17/+15
* staging: rtl8723au: cfg80211_rtw_connect(): Simplify ssid preparationJes Sorensen2014-06-181-7/+4
OpenPOWER on IntegriCloud