summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_mlme.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove rtl8723au driverJes Sorensen2016-09-101-2314/+0
* drivers: staging: rtl8723au: remove unneeded null testCihangir Akturk2016-03-111-11/+2
* staging: rtl8723au: whitespace and blank line cleaningGeliang Tang2016-02-201-10/+0
* staging: rtl8723au: use list_for_each_entry*()Geliang Tang2016-02-201-17/+11
* staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-261-72/+60
* staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches2015-03-261-13/+13
* Staging: rtl8723au: Remove unused function rtw_atimdone_event_callback23aSomya Anand2015-03-231-7/+0
* staging: rtl8723au: recv_priv->rssi is not used for anythingJes Sorensen2014-12-021-4/+2
* staging:rtl8723au: fix sparse warning: incorrect type in assignmentKinka Huang2014-11-261-2/+2
* staging: rtl8723au: Remove sw led handlingJes Sorensen2014-11-261-5/+0
* staging: rtl8723au: core: Remove uneeded return variableRoberta Dobrescu2014-10-271-2/+1
* staging: rtl8723au: Do not use comparisons on bool testsRoberta Dobrescu2014-10-271-1/+1
* Staging: rtl8723au: core: Add braces around macroTina Ruchandani2014-10-271-1/+2
* staging: rtl8723au: Eliminate write-only struct wlan_network->aidJes Sorensen2014-10-201-3/+0
* staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen2014-10-201-21/+19
* staging: rtl8723au: core: rtw_mlme: fix void function return statementsYeliz Taneroglu2014-10-201-6/+0
* staging: rtl8723au: core: rtw_mlme: Add blank line after declarationsYeliz Taneroglu2014-10-201-0/+4
* drivers: staging: rtl8723au: core: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2014-10-201-1/+1
* drivers: staging: rtl8723au: Fix "space required after that ','" errorsGreg Donald2014-09-191-19/+20
* drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald2014-09-111-6/+6
* drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald2014-09-081-2/+2
* drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-11/+11
* staging: rtl8723au: Fix typo in rtw_mlme.cMasanari Iida2014-07-221-12/+12
* staging: rtl8723au: fix sparse warningClément Calmels2014-06-261-1/+1
* staging: rtl8723au: rtw_append_pmkid(): Adjust for IEs array not arrying fixe...Jes Sorensen2014-06-241-2/+2
* staging: rtl8723au: rtw_restruct_wmm_ie23a(): Use cfg80211_find_vendor_ie()Jes Sorensen2014-06-241-21/+13
* staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen2014-06-241-13/+6
* staging: rtl8723au: Stop carrying half the beacon frame header in the stored ...Jes Sorensen2014-06-241-24/+3
* staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded valueJes Sorensen2014-06-241-6/+8
* staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as wellJes Sorensen2014-06-211-0/+4
* staging: rtl8723au: rtw_survey_event_cb23a(): Remember to clone beacon dataJes Sorensen2014-06-211-0/+11
* staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSNJes Sorensen2014-06-211-3/+3
* staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entriesJes Sorensen2014-06-211-11/+0
* staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entriesJes Sorensen2014-06-211-11/+0
* staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ieJes Sorensen2014-06-211-2/+0
* staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friendsJes Sorensen2014-06-211-2/+0
* staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never setJes Sorensen2014-06-211-2/+0
* staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usageJes Sorensen2014-06-191-5/+0
* staging: rtl8723au: Remove last users of rtw_get_capability*() functionsJes Sorensen2014-06-191-14/+0
* staging: rtl8723au: is_same_network23a(): Use the capability info from wlan_b...Jes Sorensen2014-06-191-2/+2
* staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen2014-06-191-1/+1
* staging: rtl8723au: Remove redundant casting in rtw_mlme.cSachin Kamat2014-06-181-1/+1
* staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it re...Jes Sorensen2014-06-181-1/+0
* staging: rtl8723au: Don't run regular scans in the driver, the stack handles ...Jes Sorensen2014-06-181-21/+0
* staging: rtl8723au: Move rtw_do_join23a() to rtw_mlme.c and declare it staticJes Sorensen2014-06-181-2/+36
* 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-181-7/+0
* staging: rtl8723au: Consolidate duplicate adhoc joining code into rtw_do_join...Jes Sorensen2014-06-181-56/+37
OpenPOWER on IntegriCloud