summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Staging: rtl8723au: Remove print statements and debug messagesBhumika Goyal1-3/+0
2016-03-11Staging: rtl8723au: Use min macro instead of ternary operatorBhumika Goyal1-7/+7
2016-03-10staging: rtl8723au: Remove unnecessary paranthesesBhaktipriya Shridhar1-2/+2
2016-02-20staging: rtl8723au: whitespace and blank line cleaningGeliang Tang1-8/+0
2016-02-20staging: rtl8723au: use list_for_each_entry*()Geliang Tang1-8/+6
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2015-06-13staging:rtl8723au:ioctl_cfg80211:spaces required around '>'Joglekar Tejas1-1/+1
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+5
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-1/+5
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches1-48/+43
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches1-10/+8
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2015-01-17Staging: rtl8723au: os_dep: Fixed a coding style issue.Dean Michael Ancajas1-2/+1
2015-01-15Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...David S. Miller1-5/+5
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-5/+4
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+6
2014-10-27staging: rtl8723au: delete successive assignments to the same locationJiayi Ye1-1/+0
2014-10-23staging: rtl8723au: Remove unnecessary else ifTapasweni Pathak1-1/+0
2014-10-20cfg80211: Convert del_station() callback to use a param structJouni Malinen1-1/+3
2014-10-20staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_exJes Sorensen1-1/+2
2014-10-20Staging: rtl8723au: os_dep: Removed variable that is always 0.Heena Sirwani1-11/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2014-09-28patch "staging: rtl8723au: os_dep: declared cfg80211_infrastructure_mode staticRahul Garg1-1/+1
2014-09-19staging: rtl8723au: fix sparse incorrect type assignment warningsKieron Browne1-2/+2
2014-08-30drivers: staging: rtl8723au: Fix "foo* bar" should be "foo *bar" errorsGreg Donald1-1/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-0/+1
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2014-06-24staging: rtl8723au: Eliminate set_wep_key() and call set_group_key() directlyJes Sorensen1-39/+6
2014-06-24staging: rtl8723au: Validate keys in cfg80211_rtw_add_key()Jes Sorensen1-57/+19
2014-06-24staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Stop passing ieee_par...Jes Sorensen1-17/+2
2014-06-24staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add sta_addr argumentJes Sorensen1-7/+10
2014-06-24staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): No more string parsin...Jes Sorensen1-24/+13
2014-06-24staging: rtl8723au: Stop setting ieee_parm arguments that aren't usedJes Sorensen1-37/+0
2014-06-24staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add set_tx argumentJes Sorensen1-15/+16
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): obtain key from key_paramsJes Sorensen1-16/+15
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Pass key_index argumentJes Sorensen1-36/+26
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass key_index as argumentJes Sorensen1-21/+14
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key from key_params...Jes Sorensen1-11/+7
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Use key_params->cipherJes Sorensen1-3/+4
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key_len from struct...Jes Sorensen1-17/+11
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass additional struct key...Jes Sorensen1-2/+4
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use keyparms->cipher to...Jes Sorensen1-25/+7
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Stop using param->u.cry...Jes Sorensen1-9/+11
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key len from struct...Jes Sorensen1-31/+24
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption() is only called for WIFI_...Jes Sorensen1-127/+110
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key_params->cipher ...Jes Sorensen1-16/+31
2014-06-24staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSETJes Sorensen1-4/+3
2014-06-24staging: rtl8723au: rtw_add_beacon(): Construct a full beacon frame for valid...Jes Sorensen1-12/+12
2014-06-24staging: rtl8723au: rtw_get_cur_max_rate(): Use _FIXED_IE_LENGTH_ instead of ...Jes Sorensen1-2/+3