summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* staging: rtl8723au: Remove unused SetFrameType() macroJes Sorensen2014-05-231-6/+0
* staging: rtl8723au: Get rid of obsolete SetPriority()/SetEOSP()/SetAckpolicy()Jes Sorensen2014-05-231-9/+0
* staging: rtl8723au: _issue_qos_nulldata23a(): Use struct ieee80211_qos_hdrJes Sorensen2014-05-231-10/+7
* staging: rl8723au: rtw_make_wlanhdr(): Use ieee80211_qos_hdrJes Sorensen2014-05-231-7/+13
* staging: rtl8723au: rtl8723a_cmd.c: Use ieee80211.h defines to set qos_ctrlJes Sorensen2014-05-231-4/+5
* staging: rtl8723au: rtl8723a_update_ramask(): Get rid of annoying debug messageJes Sorensen2014-05-231-4/+3
* staging: rtl8723au: Get rid of SetPrivacy()/SetPwrMgt()/SetMData() macrosJes Sorensen2014-05-234-19/+10
* staging: rtl8723au: Get rid of ugly SetDuration() macro usageJes Sorensen2014-05-232-6/+3
* staging: rtl8723au: wifi.h: Remove unused SetFragNum() macroJes Sorensen2014-05-231-7/+0
* staging: rtl8723au: Get rid of SetSeqNum()Jes Sorensen2014-05-232-45/+37
* staging: rtl8723au: Declare rtw_make_wlanhdr() staticJes Sorensen2014-05-232-7/+4
* staging: rtl8723au: rtw_make_wlanhdr23a(): Use IEEE80211_SN_TO_SEQ() to set s...Jes Sorensen2014-05-231-1/+3
* staging: rtl8723au: rtl8723a_cmd.c: Properly initialize seq_ctrlJes Sorensen2014-05-231-31/+26
* staging: rtl8723au: ioctl_cfg80211.c: Properly initialize seq_ctrlJes Sorensen2014-05-231-10/+8
* staging: rtl8723au: rtw_cfg80211_inform_bss(): Use get_unaligned_le16()Jes Sorensen2014-05-231-1/+1
* staging: rtl8723au: ioctl_cfg80211.c: Rip out < 3.14 kernel supportJes Sorensen2014-05-231-10/+0
* staging: rtl8723au: cfg80211_rtw_mgmt_tx(): type is always -1Jes Sorensen2014-05-232-33/+0
* staging: rtl8723au: Get rid of last HT OP mode duplicate definesJes Sorensen2014-05-232-10/+4
* staging: rtl8723au: wifi.h: Remove a pile of unused WDS_ definesJes Sorensen2014-05-231-67/+0
* staging: rtl8723au: Remove unused enum WIFI_REG_DOMAINJes Sorensen2014-05-231-15/+0
* staging: rtl8723au: Use kernel provided IEEE80211_HT_PARAM_* definesJes Sorensen2014-05-232-9/+1
* staging: rtl8723au: Use kernel provided IEEE80211_HT_OP_MODE_* definesJes Sorensen2014-05-232-27/+11
* staging: rtl8723au: Use kernel provided WLAN_CAPABILITY_* definitionsJes Sorensen2014-05-233-19/+6
* staging: rtl8723au: wifi.h: Remove unused SetRetry() + SetAMsdu() macrosJes Sorensen2014-05-231-6/+0
* staging: rtl8723au: Get rid of ClearMFrag/SetMFragJes Sorensen2014-05-232-10/+5
* staging: rtl8723au: wlan_bssdef.h: Remove some more unused #definesJes Sorensen2014-05-231-17/+0
* staging: rtl8723au: Get rid of struct ndis_802_11_var_iesJes Sorensen2014-05-235-131/+108
* staging: rtli8723au: Get rid of struct ndis_802_11_fixed_iesJes Sorensen2014-05-236-33/+62
* staging: rtl8723au: Get rid of struct ndis_802_11_configJes Sorensen2014-05-237-66/+46
* staging: rtl8723au: Get rid of unused struct ndis_802_11_configuration_fhJes Sorensen2014-05-232-14/+0
* staging: rtl8723au: Make rtw_cfg80211_add_wep() take a struct rtw_wep_keyJes Sorensen2014-05-233-55/+26
* staging: rtl8723au: rtw_cfg80211_add_wep(): Get rid of unused keyindex flagsJes Sorensen2014-05-231-6/+1
* staging: rtl8723au: Move rtw_set_802_11_add_wep23a() to ioctl_cfg80211.cJes Sorensen2014-05-233-79/+76
* staging: rtl8723au: Introduce struct rtw_wep_key to store our wep keysJes Sorensen2014-05-235-42/+49
* staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen2014-05-2319-174/+177
* staging: rtl8723au: Remove unused enum odm_securityJes Sorensen2014-05-231-10/+0
* staging: rtl8723au: We don't support SMS4 or WEP+WPA mixed encryptionJes Sorensen2014-05-233-8/+0
* staging: rtl8723au: Store algorithm type in a u32Jes Sorensen2014-05-234-8/+8
* staging: rtl8723au: Add -Wtype-limits to CFLAGSJes Sorensen2014-05-231-1/+1
* staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen2014-05-239-29/+27
* staging: rtl8723au: HalEEValueCheck(): content of a u8 is always >= 0Jes Sorensen2014-05-231-2/+2
* staging: rtl8723au: Get rid of write only NetworkTypeInUse and matching enumJes Sorensen2014-05-234-56/+0
* staging: rtl8723au: Use nl80211_iftype instead of driver's own custom typesJes Sorensen2014-05-2311-161/+149
* staging: rtl8723au: Fix compiling with CONFIG_8723AU_BT_COEXIST=nJes Sorensen2014-05-235-4/+6
* staging: r8192ee: Turn on build of the new driverLarry Finger2014-05-235-0/+63
* staging: r8192ee: Add the files in the rtl8192ee directoryLarry Finger2014-05-2324-0/+15743
* staging: r8192ee: Add code for Bluetooth coexistenceLarry Finger2014-05-2315-0/+20356
* staging: r8192ee: Add source files for core driverLarry Finger2014-05-2322-0/+14270
* Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2014-05-22722-4794/+8051
|\
| * Linux 3.15-rc6Linus Torvalds2014-05-221-1/+1
OpenPOWER on IntegriCloud