Re: [PATCH 00/15] staging: rtl8723au: Fixes and cleanups

2014-10-19 Thread Greg KH
On Sun, Oct 12, 2014 at 10:09:04AM +0200, Jes Sorensen wrote:
 Greg KH gre...@linuxfoundation.org writes:
  On Fri, Oct 10, 2014 at 09:41:23PM +0200, jes.soren...@redhat.com wrote:
  From: Jes Sorensen jes.soren...@redhat.com
  
  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.
 
  Should any of these go into 3.18-final, or are all ok for 3.19-rc1?
 
 The first one would be good for 3.18-final since it fixes the alignment
 issue for ether_addr_copy()

I've now queued this one patch up for 3.18-final.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH 00/15] staging: rtl8723au: Fixes and cleanups

2014-10-12 Thread Jes Sorensen
Greg KH gre...@linuxfoundation.org writes:
 On Fri, Oct 10, 2014 at 09:41:23PM +0200, jes.soren...@redhat.com wrote:
 From: Jes Sorensen jes.soren...@redhat.com
 
 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.

 Should any of these go into 3.18-final, or are all ok for 3.19-rc1?

The first one would be good for 3.18-final since it fixes the alignment
issue for ether_addr_copy()

The rest can wait for 3.19.

Cheers,
Jes
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH 00/15] staging: rtl8723au: Fixes and cleanups

2014-10-10 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com

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
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel