summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* staging: Remove rtl8723au driverJes Sorensen2016-09-101-3348/+0
* nl80211: support beacon report scanningAvraham Stern2016-07-061-3/+8
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-27/+27
* Staging: rtl8723au: Remove print statements and debug messagesBhumika Goyal2016-03-111-3/+0
* Staging: rtl8723au: Use min macro instead of ternary operatorBhumika Goyal2016-03-111-7/+7
* staging: rtl8723au: Remove unnecessary paranthesesBhaktipriya Shridhar2016-03-101-2/+2
* staging: rtl8723au: whitespace and blank line cleaningGeliang Tang2016-02-201-8/+0
* staging: rtl8723au: use list_for_each_entry*()Geliang Tang2016-02-201-8/+6
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-261-1/+1
|\
| * staging:rtl8723au:ioctl_cfg80211:spaces required around '>'Joglekar Tejas2015-06-131-1/+1
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+5
|\
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+5
* | staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches2015-03-261-48/+43
* | staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches2015-03-261-10/+8
|/
* Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-151-2/+1
|\
| * Staging: rtl8723au: os_dep: Fixed a coding style issue.Dean Michael Ancajas2015-01-171-2/+1
* | Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...David S. Miller2015-01-151-5/+5
|\ \ | |/ |/|
| * cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-5/+4
* | Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-151-14/+6
|\ \ | |/ |/|
| * staging: rtl8723au: delete successive assignments to the same locationJiayi Ye2014-10-271-1/+0
| * staging: rtl8723au: Remove unnecessary else ifTapasweni Pathak2014-10-231-1/+0
| * staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen2014-10-201-1/+2
| * Staging: rtl8723au: os_dep: Removed variable that is always 0.Heena Sirwani2014-10-201-11/+4
* | cfg80211: Convert del_station() callback to use a param structJouni Malinen2014-10-201-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-2/+3
|\
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-0/+1
| * cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-2/+2
* | patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode staticRahul Garg2014-09-281-1/+1
* | staging: rtl8723au: fix sparse incorrect type assignment warningsKieron Browne2014-09-191-2/+2
* | drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald2014-08-301-1/+1
|/
* staging: rtl8723au: Eliminate set_wep_key() and call set_group_key() directlyJes Sorensen2014-06-241-39/+6
* staging: rtl8723au: Validate keys in cfg80211_rtw_add_key()Jes Sorensen2014-06-241-57/+19
* staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Stop passing ieee_par...Jes Sorensen2014-06-241-17/+2
* staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add sta_addr argumentJes Sorensen2014-06-241-7/+10
* staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): No more string parsin...Jes Sorensen2014-06-241-24/+13
* staging: rtl8723au: Stop setting ieee_parm arguments that aren't usedJes Sorensen2014-06-241-37/+0
* staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add set_tx argumentJes Sorensen2014-06-241-15/+16
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): obtain key from key_paramsJes Sorensen2014-06-241-16/+15
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Pass key_index argumentJes Sorensen2014-06-241-36/+26
* staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass key_index as argumentJes Sorensen2014-06-241-21/+14
* staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key from key_params...Jes Sorensen2014-06-241-11/+7
* staging: rtl8723au: rtw_cfg80211_set_encryption(): Use key_params->cipherJes Sorensen2014-06-241-3/+4
* staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key_len from struct...Jes Sorensen2014-06-241-17/+11
* staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass additional struct key...Jes Sorensen2014-06-241-2/+4
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use keyparms->cipher to...Jes Sorensen2014-06-241-25/+7
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Stop using param->u.cry...Jes Sorensen2014-06-241-9/+11
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key len from struct...Jes Sorensen2014-06-241-31/+24
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption() is only called for WIFI_...Jes Sorensen2014-06-241-127/+110
* staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key_params->cipher ...Jes Sorensen2014-06-241-16/+31
OpenPOWER on IntegriCloud