From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> Hi, Please find attached a couple of fixes and cleanups for the rtl8723au driver. This includes a fix for the mac_addr alignment reported by Dan Carpenter and two patches from Greg Donald. Cheers, Jes Greg Donald (2): drivers: staging: rtl8723au: core: Fix "'foo * bar' should be 'foo *bar'" errors drivers: staging: rtl8723au: Fix "open brace '{' following struct go on the same line" errors Jes Sorensen (13): staging: rtl8723au: Fix alignment of mac_addr for ether_addr_copy() usage staging: rtl8723au: Remove write-only struct xmit_priv->vcs_type staging: rtl8723au: Use enum values for vcs_type staging: rtl8723au: Eliminate write-once variable xmit_priv->vcs_setting stating: rtl8723au: Eliminate write-only struct xmit_priv->txirp_cnt staging: rtl8723au: Use register define REQ_NQOS_SEQ instead of hardcoded value staging: rtl8723au: Don't read REQ_NQOS_SEQ 16 bits and write back 8 bits staging: rtl8723au: Re-organize struct xmit_priv for better packing staging: rtl8723au: Remove a stack of write only counters staging: rtl8723au: Remove unused struct zero_bulkout_content staging: rtl8723au: Fold struct wlan_phy_info into struct wlan_bssid_ex staging: rtl8723au: Remove unused struct ndis_802_11_key staging: rtl8723au: Eliminate write-only struct wlan_network->aid drivers/staging/rtl8723au/core/rtw_ap.c | 2 +- drivers/staging/rtl8723au/core/rtw_led.c | 3 +- drivers/staging/rtl8723au/core/rtw_mlme.c | 45 ++++++++++------------- drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 8 ++-- drivers/staging/rtl8723au/core/rtw_security.c | 30 +++++++-------- drivers/staging/rtl8723au/core/rtw_sreset.c | 2 +- drivers/staging/rtl8723au/core/rtw_wlan_util.c | 6 +-- drivers/staging/rtl8723au/core/rtw_xmit.c | 10 +---- drivers/staging/rtl8723au/hal/hal_com.c | 2 +- drivers/staging/rtl8723au/include/rtl8723a_dm.h | 3 +- drivers/staging/rtl8723au/include/rtl8723a_recv.h | 3 +- drivers/staging/rtl8723au/include/rtw_cmd.h | 3 +- drivers/staging/rtl8723au/include/rtw_eeprom.h | 2 +- drivers/staging/rtl8723au/include/rtw_ht.h | 3 +- drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 6 +-- drivers/staging/rtl8723au/include/rtw_xmit.h | 13 +------ drivers/staging/rtl8723au/include/wlan_bssdef.h | 21 +---------- drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 3 +- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 - drivers/staging/rtl8723au/os_dep/usb_ops_linux.c | 23 ------------ 20 files changed, 61 insertions(+), 129 deletions(-) -- 1.9.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel