aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-05-23staging: rtl8723au: rtw_xmit.c: Use IEEE80211_[FS]TYPE_ definesJes Sorensen
2014-05-23staging: rtl8723au: Remove unused SetFrameType() macroJes Sorensen
2014-05-23staging: rtl8723au: Get rid of obsolete SetPriority()/SetEOSP()/SetAckpolicy()Jes Sorensen
2014-05-23staging: rtl8723au: _issue_qos_nulldata23a(): Use struct ieee80211_qos_hdrJes Sorensen
2014-05-23staging: rl8723au: rtw_make_wlanhdr(): Use ieee80211_qos_hdrJes Sorensen
2014-05-23staging: rtl8723au: rtl8723a_cmd.c: Use ieee80211.h defines to set qos_ctrlJes Sorensen
2014-05-23staging: rtl8723au: rtl8723a_update_ramask(): Get rid of annoying debug messageJes Sorensen
2014-05-23staging: rtl8723au: Get rid of SetPrivacy()/SetPwrMgt()/SetMData() macrosJes Sorensen
2014-05-23staging: rtl8723au: Get rid of ugly SetDuration() macro usageJes Sorensen
2014-05-23staging: rtl8723au: wifi.h: Remove unused SetFragNum() macroJes Sorensen
2014-05-23staging: rtl8723au: Get rid of SetSeqNum()Jes Sorensen
2014-05-23staging: rtl8723au: Declare rtw_make_wlanhdr() staticJes Sorensen
2014-05-23staging: rtl8723au: rtw_make_wlanhdr23a(): Use IEEE80211_SN_TO_SEQ() to set s...Jes Sorensen
2014-05-23staging: rtl8723au: rtl8723a_cmd.c: Properly initialize seq_ctrlJes Sorensen
2014-05-23staging: rtl8723au: ioctl_cfg80211.c: Properly initialize seq_ctrlJes Sorensen
2014-05-23staging: rtl8723au: rtw_cfg80211_inform_bss(): Use get_unaligned_le16()Jes Sorensen
2014-05-23staging: rtl8723au: ioctl_cfg80211.c: Rip out < 3.14 kernel supportJes Sorensen
2014-05-23staging: rtl8723au: cfg80211_rtw_mgmt_tx(): type is always -1Jes Sorensen
2014-05-23staging: rtl8723au: Get rid of last HT OP mode duplicate definesJes Sorensen
2014-05-23staging: rtl8723au: wifi.h: Remove a pile of unused WDS_ definesJes Sorensen
2014-05-23staging: rtl8723au: Remove unused enum WIFI_REG_DOMAINJes Sorensen
2014-05-23staging: rtl8723au: Use kernel provided IEEE80211_HT_PARAM_* definesJes Sorensen
2014-05-23staging: rtl8723au: Use kernel provided IEEE80211_HT_OP_MODE_* definesJes Sorensen
2014-05-23staging: rtl8723au: Use kernel provided WLAN_CAPABILITY_* definitionsJes Sorensen
2014-05-23staging: rtl8723au: wifi.h: Remove unused SetRetry() + SetAMsdu() macrosJes Sorensen
2014-05-23staging: rtl8723au: Get rid of ClearMFrag/SetMFragJes Sorensen
2014-05-23staging: rtl8723au: wlan_bssdef.h: Remove some more unused #definesJes Sorensen
2014-05-23staging: rtl8723au: Get rid of struct ndis_802_11_var_iesJes Sorensen
2014-05-23staging: rtli8723au: Get rid of struct ndis_802_11_fixed_iesJes Sorensen
2014-05-23staging: rtl8723au: Get rid of struct ndis_802_11_configJes Sorensen
2014-05-23staging: rtl8723au: Get rid of unused struct ndis_802_11_configuration_fhJes Sorensen
2014-05-23staging: rtl8723au: Make rtw_cfg80211_add_wep() take a struct rtw_wep_keyJes Sorensen
2014-05-23staging: rtl8723au: rtw_cfg80211_add_wep(): Get rid of unused keyindex flagsJes Sorensen
2014-05-23staging: rtl8723au: Move rtw_set_802_11_add_wep23a() to ioctl_cfg80211.cJes Sorensen
2014-05-23staging: rtl8723au: Introduce struct rtw_wep_key to store our wep keysJes Sorensen
2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen
2014-05-23staging: rtl8723au: Remove unused enum odm_securityJes Sorensen
2014-05-23staging: rtl8723au: We don't support SMS4 or WEP+WPA mixed encryptionJes Sorensen
2014-05-23staging: rtl8723au: Store algorithm type in a u32Jes Sorensen
2014-05-23staging: rtl8723au: Add -Wtype-limits to CFLAGSJes Sorensen
2014-05-23staging: rtl8723au: Fix up some random bit-flag handlingJes Sorensen
2014-05-23staging: rtl8723au: HalEEValueCheck(): content of a u8 is always >= 0Jes Sorensen
2014-05-23staging: rtl8723au: Get rid of write only NetworkTypeInUse and matching enumJes Sorensen
2014-05-23staging: rtl8723au: Use nl80211_iftype instead of driver's own custom typesJes Sorensen
2014-05-23staging: rtl8723au: Fix compiling with CONFIG_8723AU_BT_COEXIST=nJes Sorensen
2014-05-23staging: r8192ee: Turn on build of the new driverLarry Finger
2014-05-23staging: r8192ee: Add the files in the rtl8192ee directoryLarry Finger
2014-05-23staging: r8192ee: Add code for Bluetooth coexistenceLarry Finger
2014-05-23staging: r8192ee: Add source files for core driverLarry Finger
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman