summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/core/rtw_mlme_ext.c
AgeCommit message (Expand)Author
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-09-11drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible'...Greg Donald
2014-09-08drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev
2014-07-22staging: rtl8723au: Fix typo in rtw_mlme_ext.cMasanari Iida
2014-07-17staging: rtl8723au: Reduce number of duplicate defines for link stateJes Sorensen
2014-07-17staging: rtl8723au: Eliminate Set_MSR() wrapper callJes Sorensen
2014-06-26staging: rtl8723au: Remove no-op rtl8723a_sreset_linked_status_check()Jes Sorensen
2014-06-24staging: rtl8723au: OnAssocReq23a(): Use cfg80211_find_vendor_ie() to locate VMMJes Sorensen
2014-06-24staging: rtl8723au: Only validate vendor specific ies, when they it is vendor...Jes Sorensen
2014-06-24staging: rtl8723au: rtw_get_wps_attr_content23a(): Remove unused argumentJes Sorensen
2014-06-24staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen
2014-06-24staging: rtl8723au: Stop carrying half the beacon frame header in the stored ...Jes Sorensen
2014-06-24staging: rtl8723au: issue_beacon23a(): Determine ie buffer location using 802...Jes Sorensen
2014-06-24staging: rtl8723au: issue_beacon23a(): Fix another case issuing a corrupted b...Jes Sorensen
2014-06-24staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded valueJes Sorensen
2014-06-21staging: rtl8723au: issue_probersp(): No need to calculate location of IEs, w...Jes Sorensen
2014-06-21staging: rtl8723au: issue_probersp(): Don't insert beacon data twiceJes Sorensen
2014-06-21staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ieJes Sorensen
2014-06-21staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friendsJes Sorensen
2014-06-21staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never setJes Sorensen
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: 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: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen
2014-06-19staging: rtl8723au: collect_bss_info(): Save capability in struct wlan_bssid_exJes Sorensen
2014-06-19staging: rtl8723au: Save timestamp for network in collect_bss_info() and repo...Jes Sorensen
2014-06-18staging: rtl8723au: Remove redundant casting in rtw_mlme_ext.cSachin Kamat
2014-06-18staging: rtl8723au: Quiet unused variable warning when building with CONFIG_8...Jes 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: 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_check_bcn_info23a(): Don't make a local copy of beaco...Jes Sorensen
2014-06-18staging: rtl8723au: issue_action_BA23a(): Use struct ieee80211_mgmt to build ...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