summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove rtl8723au driverJes Sorensen2016-09-101-855/+0
* Staging: rtl8723au: rtw_ieee80211: Fixed operators spacing style issuesShiva Kerdel2016-08-211-40/+40
* staging: r8723au: move * to be adjacent to pointer nameAlison Schofield2015-10-171-4/+5
* staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-261-34/+30
* Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani2014-10-271-2/+1
* staging: rtl8723au: core: rtw_ieee80211: Add blank line after declarationsYeliz Taneroglu2014-10-201-0/+1
* drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-2/+2
* staging: rtl8723au: Fix typo in rtl8723au/coreMasanari Iida2014-07-221-1/+1
* staging: rtl8723au: Remove unused RSN_VERSION_BSD23AJes Sorensen2014-06-241-1/+0
* staging: rtl8723au: rtw_get_wps_attr_content23a(): Remove unused argumentJes Sorensen2014-06-241-8/+1
* staging: rtl8723au: Stop carrying half the beacon frame header in the stored ...Jes Sorensen2014-06-241-33/+8
* staging: rtl8723au: rtw_generate_ie23a(): update network info as well as IEJes Sorensen2014-06-241-3/+11
* staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSNJes Sorensen2014-06-211-1/+1
* 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: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen2014-06-191-1/+1
* staging: rtl8723au: Remove duplicate defines of IEEE80211_HT_PARAM_CHA_SEC_*Jes Sorensen2014-06-181-6/+4
* staging: rtl8723au: Remove obsolete rtw_set_fixed_ie23a()Jes Sorensen2014-06-181-8/+0
* staging: rtl8723au: Let cfg80211 handle public action management framesJes Sorensen2014-06-181-26/+0
* staging: rtl8723au: Declare rtw_get_wpa{2, }_cipher_suite() staticJes Sorensen2014-06-181-6/+6
* staging: rtl8723au: Remove obsolete rtw_get_sec_ie23a()Jes Sorensen2014-06-181-75/+0
* staging: rtl8723au: rtw_get_bcn_info23a(): Use cfg80211_* to obtain crypto infoJes Sorensen2014-06-181-15/+14
* staging: rtl8723au: Don't carry ht_cap_info and ht_param in struct wlan_bcn_infoJes Sorensen2014-06-181-22/+0
* staging: rtl8723au: Eliminate struct HT_info_elementJes Sorensen2014-06-181-3/+3
* staging: rtl8723au: Use struct ieee80211_mcs_info to describe MCS informationJes Sorensen2014-06-181-26/+26
* staging: rtl8723au: Remove obsolete rtw_get_wps_ie23a()Jes Sorensen2014-06-171-44/+0
* staging: rtl8723au: rtw_mlme_ext.c: Convert rtw_get_wps_ie23a() to cfg80211_f...Jes Sorensen2014-06-171-7/+8
* staging: rtl8723au: rtw_get_wps_ie23a(): Remove unused dest pointer wps_ieJes Sorensen2014-06-171-6/+1
* staging: rtl8723au: Remove obsolete rtw_action_frame_parse23a()Jes Sorensen2014-05-231-31/+0
* staging: rtl8723au: rtw_get_bcn_info23a(): Don't zero variables unncessarilyJes Sorensen2014-05-231-12/+11
* staging: rtl8723au: rtw_get_bcn_info23a(): Use cfg80211_find_ie()Jes Sorensen2014-05-231-9/+8
* staging: rtl8723au: rtw_ieee80211.c: Remove a number of unused functionsJes Sorensen2014-05-231-47/+0
* staging: rtl8723au: Use kernel provided WLAN_CAPABILITY_* definitionsJes Sorensen2014-05-231-3/+3
* staging: rtl8723au: Get rid of struct ndis_802_11_configJes Sorensen2014-05-231-4/+4
* staging: rtl8723au: Remove unused rtw_is_wps_ie23a()Jes Sorensen2014-05-161-19/+0
* staging: rtl8723au: Use random ethaddr if EEPROM address is corruptedJes Sorensen2014-05-151-24/+0
* staging: rtl8723au: rtw_ieee80211.c: Reduce some excessive parenthesis usageJes Sorensen2014-05-151-32/+33
* staging: rtl8723au: rtw_ieee80211.c mark a couple of function staticJes Sorensen2014-05-151-5/+5
* staging: rtl8723au: Remove redundant checks of WPA OUIJes Sorensen2014-04-261-4/+1
* staging: rtl8723au: Make rtw_get_capability23a_from_ie() return __le 16 *Jes Sorensen2014-04-261-2/+2
* staging: rtl8723au: Remove unused ieee880211_is_empty_essid()Jes Sorensen2014-04-151-17/+0
* staging: rtl8723au: Remove unused dump_wpsie23a()Jes Sorensen2014-04-151-24/+0
* staging: rtl8723au: Remove struct rtw_ieee802_11_elems and related codeJes Sorensen2014-04-151-231/+0
* staging: rtl8723au: Remove multiple duplicate defines of the WPA OUIJes Sorensen2014-04-151-5/+2
* staging: rtl8723au: Remove unused for_each_ie() and dump_ies23a()Jes Sorensen2014-04-151-15/+0
* staging: rtl8723au: Remove obsolete rtw_get_wpa{2,}_ie23a() functionsJes Sorensen2014-04-151-54/+0
* staging: rtl8723au: rtw_get_cipher_info(): Convert to use cfg80211_* APIJes Sorensen2014-04-151-11/+15
* staging: rtl8723au: Use const * for parsing wpa IEsJes Sorensen2014-04-151-7/+8
* staging: rtl8723au: Remove P2P/WiFiDirect/WiFiDisplay codeJes Sorensen2014-04-151-311/+0
* staging: rtl8723au: rtw_ieee80211.c: Use the kernel's WLAN_EID_* definitionsJes Sorensen2014-04-151-9/+9
OpenPOWER on IntegriCloud