aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/core/rtw_ap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-10staging: Remove rtl8723au driverJes Sorensen1-1738/+0
2016-03-28staging: rtl8723au: Fix line longer than 80 columns.Edward Lipinsky1-1/+2
2016-03-11Staging: rtl8723au: Remove unused functions and prototypeBhumika Goyal1-115/+0
2016-02-20staging: rtl8723au: whitespace and blank line cleaningGeliang Tang1-32/+1
2016-02-20staging: rtl8723au: use list_for_each_entry*()Geliang Tang1-36/+23
2015-10-29staging: rtl8723au: core: Remove unnecessary functionsAmitoj Kaur Chawla1-37/+0
2015-10-24staging: r8723au: remove externs and include needed header fileAlison Schofield1-4/+1
2015-10-24staging: r8723au: replace explicit NULL comparisons with !Alison Schofield1-4/+4
2015-10-24staging: r8723au: use kernel preferred style for commentingAlison Schofield1-63/+89
2015-10-16staging: r8723au: replace NULL and zero comparison tests with ! operatorAlison Schofield1-2/+2
2015-10-16staging: rtl8723au: core: rtw_ap: Remove useless intialisationAmitoj Kaur Chawla1-2/+2
2015-06-13staging:rtl8723au:rtw_ap:space prohibited between function name & '('Joglekar Tejas1-4/+4
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches1-20/+21
2015-02-26Staging: rtl8723au: Add blank line after declarationsDilek Uzulmez1-0/+1
2015-02-26Staging: rtl8723au: core: Fix quoted string split across linesDilek Uzulmez1-2/+2
2015-02-26Staging: rtl8723au: Use put_unaligned_le16Vaishali Thakkar1-5/+3
2015-01-17Staging: rtl8723au: core: rtw_ap: checkpatch.pl fixesJoe Borg1-5/+5
2014-10-27staging: rtl8723au: Remove uneeded semicolonRoberta Dobrescu1-1/+1
2014-10-27staging: rtl8723au: Do not use comparisons on bool testsRoberta Dobrescu1-1/+1
2014-10-27Staging: rtl8723au: core: Dont have { on new lineTina Ruchandani1-97/+43
2014-10-20staging: rtl8723au: core: rtw_ap: Fix void function return statements style warning.Yeliz Taneroglu1-2/+0
2014-10-20drivers: staging: rtl8723au: core: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald1-1/+1
2014-10-20Staging: rtl8723au: core: Removed variable that is always 0.Heena Sirwani1-8/+5
2014-09-28staging: rtl8723au: core: Add space after '|'Aybuke Ozdemir1-1/+1
2014-09-28staging: rtl8723au: core: Add consistent spacing around '&'Aybuke Ozdemir1-1/+1
2014-09-23staging: rtl8723au: core: add consistent spacing around '-'Tapasweni Pathak1-1/+1
2014-09-19staging: rtl8723au: Fix checkpatch errorsMihaelaGaman1-13/+13
2014-09-08drivers: staging: rtl8723au: Fix '"(foo*)" should be "(foo *)"' errorsGreg Donald1-6/+8
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald1-1/+1
2014-07-22staging: rtl8723au: Fix typo in rtw_ap.cMasanari Iida1-9/+9
2014-07-17staging: rtl8723au: Reduce number of duplicate defines for link stateJes Sorensen1-4/+4
2014-07-17staging: rtl8723au: Eliminate Set_MSR() wrapper callJes Sorensen1-1/+1
2014-06-24staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen1-37/+31
2014-06-24staging: rtl8723au: Stop carrying half the beacon frame header in the stored IE arrayJes Sorensen1-6/+2
2014-06-24staging: rtl8723au: rtw_check_beacon_data23a(): Capability is already uptodate in cur_networkJes Sorensen1-5/+2
2014-06-24staging: rtl8723au: rtw_add_beacon(): Construct a full beacon frame for validationJes Sorensen1-3/+5
2014-06-21staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entriesJes Sorensen1-1/+0
2014-06-21staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entriesJes Sorensen1-3/+0
2014-06-21staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ieJes Sorensen1-2/+0
2014-06-21staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friendsJes Sorensen1-1/+0
2014-06-21staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never setJes Sorensen1-53/+1
2014-06-19staging: rtl8723au: Remove last users of rtw_get_capability*() functionsJes Sorensen1-1/+1
2014-06-19staging: rtl8723au: Update bss beacon info in rtw_add_beacon()Jes Sorensen1-6/+0
2014-06-19staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen1-2/+2
2014-06-18staging: rtl8723au: Be consistent in how htpriv.ht_option is checkedJes Sorensen1-3/+3
2014-06-18staging: rtl8723au: Eliminate struct HT_info_elementJes Sorensen1-6/+8
2014-06-18staging: rtl8723au: Use struct ieee80211_ht_cap and associated #definesJes Sorensen1-3/+6
2014-06-17staging: rtl8723au: rtw_ap.c: Convert from rtw_get_wps_ie23a() to cfg80211_find_vendor_ie()Jes Sorensen1-9/+16
2014-06-17staging: rtl8723au: rtw_get_wps_ie23a(): Remove unused dest pointer wps_ieJes Sorensen1-2/+5
2014-05-23staging: rtl8723au: Don't compile rtw_ap.c when CONFIG_8723AU_AP_MODE=nJes Sorensen1-4/+0