aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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/scm/linux/kernel/git/jberg/mac80211-nextDavid 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/gregkh/stagingLinus 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_parms argumentJes 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 parsing to determine cipherJes 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->keyJes 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 key_paramsJes Sorensen1-17/+11
2014-06-24staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass additional struct key_paramsJes Sorensen1-2/+4
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use keyparms->cipher to set WEP sizeJes Sorensen1-25/+7
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Stop using param->u.crypt.algJes Sorensen1-9/+11
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key len from struct key_paramsJes Sorensen1-31/+24
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption() is only called for WIFI_AP_STATEJes Sorensen1-127/+110
2014-06-24staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key_params->cipher to determine encryptionJes 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 validationJes Sorensen1-12/+12
2014-06-24staging: rtl8723au: rtw_get_cur_max_rate(): Use _FIXED_IE_LENGTH_ instead of hardcoded valueJes Sorensen1-2/+3
2014-06-24staging: rtl8723au: Remove usage of _{RE, }ASOCREQ_IE_OFFSET_Jes Sorensen1-5/+7
2014-06-19staging: rtl8723au: Update bss beacon info in rtw_add_beacon()Jes Sorensen1-1/+8
2014-06-19staging: rtl8723au: rtw_add_beacon(): Replace magic constant with appropriate struct sizeJes Sorensen1-5/+7
2014-06-19staging: rtl8723au: struct wlan_bssid_ex: Rename BeaconPeriod to beacon_intervalJes Sorensen1-1/+1
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Use the capability info we already savedJes Sorensen1-6/+1
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Report the beacon interval already retrievedJes Sorensen1-5/+2
2014-06-19staging: rtl8723au: Save timestamp for network in collect_bss_info() and report it to the stackJes Sorensen1-1/+2
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): Use cfg80211_inform_bss()Jes Sorensen1-42/+5
2014-06-19staging: rtl8723au: rtw_cfg80211_inform_bss(): timestamp isn't usedJes Sorensen1-3/+0
2014-06-18staging: rtl8723au: rtw_cfg80211_set_wpa_ie(): Avoid pointless memcpyJes Sorensen1-14/+7
2014-06-18staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it really belongsJes Sorensen1-1/+0
2014-06-18staging: rtl8723au: Move rtw_get_cur_max_rate23a() to ioctl_cfg80211.cJes Sorensen1-1/+58