summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_mlme_ext.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove rtl8723au driverJes Sorensen2016-09-101-6187/+0
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* staging: rtl8723au: whitespace and blank line cleaningGeliang Tang2016-02-201-2/+1
* staging: rtl8723au: use list_for_each_entry*()Geliang Tang2016-02-201-6/+4
* staging: rtl8723au: Use ARRAY_SIZE macro for sizes of arraysJanani Ravichandran2016-02-111-2/+1
* staging: rtl8723au: Fixes unnecessary return warningBhaktipriya Shridhar2016-02-071-20/+0
* Staging: rtl8723au: rtw_mlme_ext: Remove unnecessary test expressionShivani Bhardwaj2015-10-161-1/+1
* staging/rtl8723au: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-121-5/+2
* staging: rtl8723au: core: Remove unneeded #ifdefsAndreas Ruprecht2015-06-171-6/+0
* staging: rtl8723au: issue_probersp(): remove unused parameterLuca Ceresoli2015-06-121-5/+3
* staging: rtl8723au: core: remove redundant endianness conversionDavid Decotigny2015-06-081-2/+2
* staging: rtl8723au: core: avoid bitwise arithmetic with forced endiannessDavid Decotigny2015-06-081-2/+0
* staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-261-12/+12
* staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches2015-03-261-39/+33
* staging: rtl8723au: Do not byteswap timeout twiceJes Sorensen2015-03-231-5/+2
* staging: rtl8723au: Fix mis-placed breakJes Sorensen2015-03-231-1/+1
* Staging: rtl8723au: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-161-8/+8
* 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: delete successive assignments to the same locationJiayi Ye2014-10-271-2/+0
* Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani2014-10-271-30/+13
* staging: rtl8723au: Eliminate write-only struct wlan_network->aidJes Sorensen2014-10-201-1/+1
* staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen2014-10-201-3/+3
* staging: rtl8723au: core: rtw_mlme_ext: Add blank line after declarationsYeliz Taneroglu2014-10-201-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-1/+1
|\
| * cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-1/+1
* | drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald2014-09-111-3/+3
* | drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald2014-09-081-6/+6
* | drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-11/+11
|/
* staging: rtl8723au: Fix typo in rtw_mlme_ext.cMasanari Iida2014-07-221-13/+13
* staging: rtl8723au: Reduce number of duplicate defines for link stateJes Sorensen2014-07-171-58/+54
* staging: rtl8723au: Eliminate Set_MSR() wrapper callJes Sorensen2014-07-171-9/+9
* staging: rtl8723au: Remove no-op rtl8723a_sreset_linked_status_check()Jes Sorensen2014-06-261-2/+0
* staging: rtl8723au: OnAssocReq23a(): Use cfg80211_find_vendor_ie() to locate VMMJes Sorensen2014-06-241-32/+30
* staging: rtl8723au: Only validate vendor specific ies, when they it is vendor...Jes Sorensen2014-06-241-3/+4
* staging: rtl8723au: rtw_get_wps_attr_content23a(): Remove unused argumentJes Sorensen2014-06-241-1/+1
* staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen2014-06-241-26/+15
* staging: rtl8723au: Stop carrying half the beacon frame header in the stored ...Jes Sorensen2014-06-241-47/+36
* staging: rtl8723au: issue_beacon23a(): Determine ie buffer location using 802...Jes Sorensen2014-06-241-5/+3
* staging: rtl8723au: issue_beacon23a(): Fix another case issuing a corrupted b...Jes Sorensen2014-06-241-0/+1
* staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded valueJes Sorensen2014-06-241-1/+1
* staging: rtl8723au: issue_probersp(): No need to calculate location of IEs, w...Jes Sorensen2014-06-211-6/+3
* staging: rtl8723au: issue_probersp(): Don't insert beacon data twiceJes Sorensen2014-06-211-1/+2
* staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ieJes Sorensen2014-06-211-39/+3
* staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friendsJes Sorensen2014-06-211-10/+0
* staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never setJes Sorensen2014-06-211-25/+0
* staging: rtl8723au: Eliminate last rtw_get_beacon_interval*() usageJes Sorensen2014-06-191-2/+2
* staging: rtl8723au: Remove last users of rtw_get_capability*() functionsJes Sorensen2014-06-191-2/+2
* 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
OpenPOWER on IntegriCloud