aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2014-04-26staging: rtl8723au: from hal_ops 'interface_ps_func'Jes Sorensen
2014-04-26staging: rtl8723au: Remove another pile of unused entries from struct rtw_ada...Jes Sorensen
2014-04-26staging: rtl8723au: Remove unused struct specific_device_idJes Sorensen
2014-04-26staging: rtl8723au: Remove unused entries from struct dvobj_privJes Sorensen
2014-04-26staging: rtl8723au: Eliminate struct intf_hdlJes Sorensen
2014-04-26staging: rtl8723au: Remove another two unused prototypesJes Sorensen
2014-04-26staging: rtl8723au: Remove unused rtw_adapter * from struct intf_hdlJes Sorensen
2014-04-26staging: rtl8723au: Pass a struct rtw_adapter * to the USB functionsJes Sorensen
2014-04-26staging: rtl8723au: Remove unused pintf_dev entry from struct intf_hdlJes Sorensen
2014-04-26staging: rtl8723au: Get rid of struct io_privJes Sorensen
2014-04-26staging: rtl8723au: Remove unused struct rtw_adapter * from struct io_privJes Sorensen
2014-04-26staging: rtl8723au: bRxRSSIDisplay is always set to zeroJes Sorensen
2014-04-26staging: rtl8723au: Remove some leftover pointers from struct rtw_adapterJes Sorensen
2014-04-26staging: rtl8723au: Remove all references to unused io_queueJes Sorensen
2014-04-26staging: rtl8723au: Remove _rtw_write_port_and_wait() functionsJes Sorensen
2014-04-26staging: rtl8723au: Not sure what a write_scsi function is doing in a WiFi dr...Jes Sorensen
2014-04-26staging: rtl8723au: Remove unused ioreq_* prototypesJes Sorensen
2014-04-26staging: rtl8723au: Fold rtw_init_io_priv23a() into rtl8723au_set_intf_ops()Jes Sorensen
2014-04-26staging: rtl8723au: Remove wrapper around rtl8723au_set_intf_ops()Jes Sorensen
2014-04-26staging: rtl8723au: Remove unused usb write_async callsJes Sorensen
2014-04-26staging: r8723au: Fix sparse warnings in core/rtw_ap.cLarry Finger
2014-04-26staging: r8723au: Set undeclared routines to staticLarry Finger
2014-04-26staging: r8723au: Fix endian errors in descriptor get and set macrosLarry Finger
2014-04-26staging: r8723au: Fix endian issues in hal/rtl8723au_recv.cLarry Finger
2014-04-26staging: r8723au: Fix endian issues with TX and RX descriptorsLarry Finger
2014-04-26staging: r8723au: Fix sparse warning in os_dep/os_intfs.cLarry Finger
2014-04-26staging: r8723au: Fix sparse errors in os_dep/osdep_service.cLarry Finger
2014-04-26staging: rtl8723au: Make some of the bt-coexist code less unreadableJes Sorensen
2014-04-26staging: rtl8723au: rtw_set_802_11_infrastructure_mode23a(): Make it readableJes Sorensen
2014-04-26staging: rtl8723au: Remove unnecessary typecasts of struct wlan_bssid_ex objectsJes Sorensen
2014-04-26staging: rtl8723au: rtw_createbss_cmd23a(): Remove unnecessary typecastJes Sorensen
2014-04-26staging: rtl8723au: rtw_joinbss_cmd23a(): Remove unnecessary typecastJes Sorensen
2014-04-26staging: rtl8723au: Preserve const attribute of cmd handler argumentJes Sorensen
2014-04-26staging: rtl8723au: Make cmd handlers take a const u8 * as their data argumentJes Sorensen
2014-04-26staging: rtl8723au: Remove unused #define FREE_CMDOBJ_SZJes Sorensen
2014-04-26staging: rtl8723au: Remove unused list_head from struct cmd_objJes Sorensen
2014-04-26staging: rtl8723au: Remove obsolete header file cmd_osdep.hJes Sorensen
2014-04-26staging: rtl8723au: Fold _rtw_init_evt_priv23a() into rtw_init_evt_priv23a()Jes Sorensen
2014-04-26staging: rtl8723au: Fold _rtw_free_evt_priv23a() into rtw_free_evt_priv23a()Jes Sorensen
2014-04-26staging: rtl8723au: Fold _rtw_free_cmd_priv23a() into rtw_free_cmd_priv23a()Jes Sorensen
2014-04-26staging: rtl8723au: Remove obsolete hal thread handling codeJes Sorensen
2014-04-26staging: rtl8723au: Use a workqueue for command handlingJes Sorensen
2014-04-26staging: rtl8723au: cfg80211_rtw_add_key() return -ENOMEM on kmalloc failureJes Sorensen
2014-04-26staging: rtl8723au: rtw_cfg80211_inform_bss() fix Smatch warningJes Sorensen
2014-04-26staging: rtl8723au: c2h_wk_callback(): Use GFP_KERNEL, and check return valueJes Sorensen
2014-04-26staging: rtl8723au: rtw_check_beacon_data23a(): Make len unsigned intJes Sorensen
2014-04-26staging: rtl8723au: process_80211d(): Fix order of advancing array posJes Sorensen
2014-04-26staging: rtl8723au: collect_bss_info23a(): Eliminate smatch warningJes Sorensen
2014-04-26staging: rtl8723au: Fix incorrect pointer test introduced in previous commitJes Sorensen
2014-04-26staging: rtl8723au: Check kmalloc return value and fix size of memcpy()Jes Sorensen