From: Jes Sorensen
This also eliminates another round of determine algorithm based on key
length, followed by determine key length based on algorithm.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 45 +++
1 file changed, 6 insertions
From: Jes Sorensen
Use key_params->cipher to determine WEP/TKIP
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
b/drivers/stag
From: Jes Sorensen
Rewrite rtw_restruct_wmm_ie23a() using cfg80211_find_vendor_ie()
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme.c | 34 ---
1 file changed, 13 insertions(+), 21 deletions(-)
diff --git a/drivers/staging/rtl8723au/core
From: Jes Sorensen
Beacon capability was already added to mlme_priv->cur_network before
calling this function, so no need to retrieve it from the IE array
again.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_ap.c | 7 ++-
1 file changed, 2 insertions(+), 5 deleti
From: Jes Sorensen
This gets rid of the odd carrying of half the beacon frame in the IE
array stored for the network. Instead we rely on the relevant fields
(timestamp, beacon_interval, and capability) stored in struct
wlan_bssid_ex.
Carrying only half the ieee80211_mgmt header led to a number
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 62 ++-
1 file changed, 26 insertions(+), 36 deletions(-)
diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
b/drivers/staging/rtl8723au/os_dep
From: Jes Sorensen
Another case using hard coded offsets counting on the presence of
fixed beacon elements in the IEs array.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging
From: Jes Sorensen
Don't run rtw_validate_vendor_specific_ies() on anything but
WLAN_EID_VENDOR_SPECIFIC. In addition use the proper
WLAN_OUI_TYPE_MICROSOFT_* definitions.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ---
1 file changed, 4 inser
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 37 ---
1 file changed, 37 deletions(-)
diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
b/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
index 624966e
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 31 +++
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c
b/drivers/staging/rtl8723au/os_dep
Clement Calmels writes:
> From: Clément Calmels
>
> Found running sparse on the rtl8723au driver.
>
> CHECK drivers/staging/rtl8723au/core/rtw_cmd.c
> drivers/staging/rtl8723au/core/rtw_cmd.c:1479:54: warning: incorrect type in
> argument 2 (different base types)
> drivers/staging/rtl8723au/
Fengguang Wu writes:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git
> rtl8723au-devel
> head: 07068767ab5cc9eb549dc85cb858e00c384ade4c
> commit: 068bf12cd5cc11f85a5b4d5423e629b640e12df7 [206/499] staging:
> rtl8723au: hal/usb_ops_linux.c: Various cleanups
>
> scripts/che
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sta_mgt.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
b/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
index 14a82be..62e35dd
From: Jes Sorensen
Greg,
A couple of sparse fixes (a fix from Clement Calmels and one reported
by Fengguang Wu) as well as some cleanups removing dead code.
Cheers,
Jes
Clément Calmels (1):
staging: rtl8723au: fix sparse warning
Jes Sorensen (9):
staging: rtl8723au: usb_ops_linux.c: Add
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 2 --
drivers/staging/rtl8723au/hal/rtl8723a_sreset.c | 4
drivers/staging/rtl8723au/include/rtl8723a_sreset.h | 1 -
3 files changed, 7 deletions(-)
diff --git a/drivers/staging
int [signed] gfp
drivers/staging/rtl8723au/core/rtw_cmd.c:1479:54:got restricted gfp_t
Signed-off-by: Clement Calmels
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme.c| 2 +-
drivers/staging/rtl8723au/include/rtw_mlme.h | 2 +-
2 files changed, 2 insertions(+), 2
From: Jes Sorensen
This fixes a minor sparse warning.
Reported-by: Fengguang Wu
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_ops_linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/hal/usb_ops_linux.c
b/drivers/staging
From: Jes Sorensen
No point carrying a bunch of code around that is never going to get
called.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sreset.c | 7 ---
drivers/staging/rtl8723au/hal/rtl8723a_sreset.c | 14 --
drivers/staging/rtl8723au/include
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sta_mgt.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
b/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
index 62e35dd..f13a470
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sta_mgt.c | 4 ++--
drivers/staging/rtl8723au/include/sta_info.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_sta_mgt.c
b/drivers/staging
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sreset.c| 29 --
drivers/staging/rtl8723au/include/rtw_sreset.h | 1 -
2 files changed, 30 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_sreset.c
b/drivers
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h
b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h
index a458af9..577914d 100644
--- a/drivers
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sreset.c | 11 ---
drivers/staging/rtl8723au/hal/rtl8723a_sreset.c | 1 -
drivers/staging/rtl8723au/hal/usb_ops_linux.c| 11 ---
drivers/staging/rtl8723au/include/rtw_sreset.h
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h
b/drivers/staging/rtl8723au/include/rtw_pwrctrl.h
index 110bad9..2142255 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_cmd.c | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.c
b/drivers/staging/rtl8723au/core/rtw_cmd.c
index 35f879e..f44f941 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_pwrctrl.c| 1 -
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 1 -
drivers/staging/rtl8723au/os_dep/usb_intf.c | 1 -
3 files changed, 3 deletions(-)
diff --git a/drivers/staging/rtl8723au/core
From: Jes Sorensen
Greg,
Please find attached a number of fixes for the rtl8723au driver for
the staging-next tree. In particular this includes a cleanup
simplifying the USB read/write functions as we don't need all the
retry hacks that they had in there for other operating. In addition
re
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 2 --
drivers/staging/rtl8723au/os_dep/os_intfs.c | 5 -
2 files changed, 7 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_pwrctrl.h
b/drivers/staging/rtl8723au
From: Jes Sorensen
The original Realtek provided functions suffered badly from clutter to
accommodate broken operating systems. Lets try this lean and clean
version instead.
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_ops_linux.c | 289 ++
drivers
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_wlan_util.c | 4
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 3 ---
drivers/staging/rtl8723au/include/drv_types.h | 2 --
drivers/staging/rtl8723au/os_dep/os_intfs.c | 1 -
4 files changed
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_pwrctrl.c| 15 ++-
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 6 --
2 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_pwrctrl.c
b
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 89 ++-
1 file changed, 5 insertions(+), 84 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c
b/drivers/staging/rtl8723au/hal
From: Fabian Frederick
Fix checkpatch warning:
WARNING: kfree(NULL) is safe this check is probably not required
Cc: Larry Finger
Cc: Jes Sorensen
Cc: linux-wirel...@vger.kernel.org
Signed-off-by: Fabian Frederick
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_cmd.c | 4
From: Jes Sorensen
In addition remove unused pnp_current_pwr_state
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_ops_linux.c| 11 ---
drivers/staging/rtl8723au/include/rtw_pwrctrl.h | 2 --
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c | 8 +++-
3
jes.soren...@redhat.com writes:
> From: Jes Sorensen
>
> The original Realtek provided functions suffered badly from clutter to
> accommodate broken operating systems. Lets try this lean and clean
> version instead.
>
> Signed-off-by: Jes Sorensen
> ---
> dr
From: Jes Sorensen
Greg,
Here is v2 of patch 08/10 "Sanitize USB read/write functions" it
should fix the 'do not do DMA on the stack' issue with the original
version. With this patch 09/10 is valid again.
I didn't want to resend the full set again to reduce list nois
From: Jes Sorensen
The original Realtek provided functions suffered badly from clutter to
accommodate broken operating systems. Lets try this lean and clean
version instead.
v2: Do not use the stack for data passed to usb_control_msg(). This
requires reintroducing the mutex used in the old
Greg KH writes:
> On Sun, Aug 17, 2014 at 10:19:28AM -0300, Raphael Silva wrote:
>> Type casting corrections in order to solve warnings of the sparce static
>> analyser.
>>
>> Signed-off-by: Raphael Silva
>> ---
>> drivers/staging/rtl8723au/hal/usb_halinit.c | 4 ++--
>> drivers/staging
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_halinit.c | 22 --
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 4
2 files changed, 26 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/usb_halinit.c
b/drivers
Dan Carpenter writes:
> The return from myid() isn't aligned correctly for ether_addr_copy().
>
> Signed-off-by: Dan Carpenter
Sorry, this makes no sense, just fix it properly!
drivers/staging/rtl8723au/include/rtw_eeprom.h:
struct eeprom_priv {
u8 bautoload_fail_flag;
Dan Carpenter writes:
> On Wed, Oct 08, 2014 at 03:59:33PM +0200, Jes Sorensen wrote:
>> Dan Carpenter writes:
>> > The return from myid() isn't aligned correctly for ether_addr_copy().
>> >
>> > Signed-off-by: Dan Carpenter
>>
>
Joe Perches writes:
> On Wed, 2014-10-08 at 15:46 +0300, Dan Carpenter wrote:
>> On Wed, Oct 08, 2014 at 05:26:11AM -0700, Joe Perches wrote:
>> > On Wed, 2014-10-08 at 13:40 +0300, Dan Carpenter wrote:
>> > > The return from myid() isn't aligned correctly for ether_addr_copy().
>> >
>> > Hey Dan
Joe Perches writes:
> On Wed, 2014-10-08 at 16:33 +0200, Jes Sorensen wrote:
>> Joe Perches writes:
>> > On Wed, 2014-10-08 at 15:46 +0300, Dan Carpenter wrote:
>> >> On Wed, Oct 08, 2014 at 05:26:11AM -0700, Joe Perches wrote:
>> >> > On Wed, 2
From: Jes Sorensen
This fixes a potential endian bug
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/hal_com.c | 2 +-
drivers/staging/rtl8723au/include/rtw_xmit.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/hal_com.c
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c
b/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c
index 4c94264..3e19b3b 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_xmit.h | 1 -
drivers/staging/rtl8723au/os_dep/os_intfs.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_xmit.h
b/drivers/staging/rtl8723au/include/rtw_xmit.h
From: Jes Sorensen
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 "'
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_sreset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_sreset.c
b/drivers/staging/rtl8723au/core/rtw_sreset.c
index 58ed980..29a29d9 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_xmit.c| 2 +-
drivers/staging/rtl8723au/include/rtw_xmit.h | 1 -
drivers/staging/rtl8723au/os_dep/os_intfs.c | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging
From: Jes Sorensen
We don't do anything with these, so get rid of them
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_xmit.c| 6 --
drivers/staging/rtl8723au/include/rtw_xmit.h | 5 -
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c
From: Jes Sorensen
Be consistent in the use of enum VCS_TYPE
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_wlan_util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_wlan_util.c
b/drivers/staging/rtl8723au/core
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme.c | 3 ---
drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 2 +-
drivers/staging/rtl8723au/include/wlan_bssdef.h | 1 -
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/wlan_bssdef.h | 10 --
1 file changed, 10 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/wlan_bssdef.h
b/drivers/staging/rtl8723au/include/wlan_bssdef.h
index 037942c..8acc418 100644
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_xmit.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723au/include/rtw_xmit.h
b/drivers/staging/rtl8723au/include/rtw_xmit.h
index c26d944..b170ee2 100644
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_xmit.c| 2 --
drivers/staging/rtl8723au/include/rtw_xmit.h | 1 -
2 files changed, 3 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_xmit.c
b/drivers/staging/rtl8723au/core/rtw_xmit.c
index
From: Jes Sorensen
Make sure struct eeprom_priv->mac_addr is 2 byte aligned to work with
ether_addr_copy()
Reported-by: Dan Carpenter
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/include/rtw_eeprom.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/driv
From: Jes Sorensen
Half the entries of struct wlan_phy_info weren't used and this makes
the code a little cleaner
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_mlme.c | 40 +++
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
From: Greg Donald
Fix checkpatch.pl "'foo * bar' should be 'foo *bar'" errors
Signed-off-by: Greg Donald
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_ap.c| 2 +-
drivers/staging/rtl8723au/core/rtw_led.c | 3 ++-
drivers/sta
From: Greg Donald
Fix checkpatch.pl "open brace '{' following struct go on the same line" errors
Signed-off-by: Greg Donald
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_security.c | 3 +--
drivers/staging/rtl8723au/include/rtl8723a_dm.h | 3
Greg KH writes:
> On Fri, Oct 10, 2014 at 09:41:23PM +0200, jes.soren...@redhat.com wrote:
>> From: Jes Sorensen
>>
>> Hi,
>>
>> Please find attached a couple of fixes and cleanups for the rtl8723au
>> driver. This includes a fix for the mac_addr alignme
Greg KH writes:
> On Sat, Oct 11, 2014 at 05:32:49AM -0700, Greg KH wrote:
>> On Fri, Oct 10, 2014 at 09:41:34PM +0200, jes.soren...@redhat.com wrote:
>> > From: Jes Sorensen
>> >
>> > We don't do anything with these, so get rid of th
Joe Perches writes:
> On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote:
>> ERROR: spaces required around that ':' (ctx:VxE)
>>
>> Signed-off-by: Paul McQuade
>> ---
>> drivers/staging/rtl8723au/core/rtw_ieee80211.c | 16
>> 1 file changed, 8 insertions(+), 8 deletions(-)
>
Paul McQuade writes:
> create marco for max_rate values
>
> Signed-off-by: Paul McQuade
> ---
> drivers/staging/rtl8723au/core/rtw_ieee80211.c | 58
> --
> 1 file changed, 26 insertions(+), 32 deletions(-)
>
> diff --git a/drivers/staging/rtl8723au/core/rtw_ieee80211.c
Joe Perches writes:
> On Mon, 2014-10-27 at 06:45 +0100, Jes Sorensen wrote:
>> Joe Perches writes:
>> > On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote:
>> >> ERROR: spaces required around that ':' (ctx:VxE)
> []
>> >> diff --git a
Joe Perches writes:
> On Mon, 2014-10-27 at 07:16 +0100, Jes Sorensen wrote:
>> Joe Perches writes:
>> > On Mon, 2014-10-27 at 06:45 +0100, Jes Sorensen wrote:
>> >> Joe Perches writes:
>> >> > On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote
Sanjeev Sharma writes:
> This is a patch to the rtw_cmd.c file that fixes
> Error reported by checkpatch.
>
> Signed-off-by: Sanjeev Sharma
> ---
> drivers/staging/rtl8723au/core/rtw_cmd.c | 83
> +++-
> 1 file changed, 40 insertions(+), 43 deletions(-)
>
> diff --gi
Joe Perches writes:
> On Mon, 2014-10-27 at 09:43 +0100, Jes Sorensen wrote:
>> Sanjeev Sharma writes:
>> > This is a patch to the rtw_cmd.c file that fixes
>> > Error reported by checkpatch.
> []
>> > diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.
"Sharma, Sanjeev" writes:
> -Original Message-----
> From: Jes Sorensen [mailto:jes.soren...@redhat.com]
> Sent: Monday, October 27, 2014 2:13 PM
> To: Sharma, Sanjeev
> Cc: larry.fin...@lwfinger.net; gre...@linuxfoundation.org;
> linux-wirel...@vger.kernel.org
"Sharma, Sanjeev" writes:
> -Original Message-
> From: Joe Perches [mailto:j...@perches.com]
> Sent: Monday, October 27, 2014 8:23 PM
> To: Jes Sorensen
> Cc: Sharma, Sanjeev; larry.fin...@lwfinger.net;
> gre...@linuxfoundation.org; linux-wi
Sudip Mukherjee writes:
> On Tue, Aug 18, 2015 at 03:14:02PM -0400, Benjamin Romer wrote:
>> In cases where visorbus is compiled directly into the kernel, if
>> visorbus registration fails for any reason, it is still possible for
>> other drivers to call visorbus_register_visor_driver(), which cou
Sudip Mukherjee writes:
> On Tue, Aug 25, 2015 at 08:33:55AM -0400, Jes Sorensen wrote:
>> Sudip Mukherjee writes:
>> > On Tue, Aug 18, 2015 at 03:14:02PM -0400, Benjamin Romer wrote:
>> >> In cases where visorbus is compiled directly into the kernel, if
>> &g
-
> 1 file changed, 2 insertions(+), 5 deletions(-)
Works for me
Acked-by: Jes Sorensen
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Luca Ceresoli writes:
> Signed-off-by: Luca Ceresoli
> Cc: Greg Kroah-Hartman
> Cc: Jes Sorensen
> Cc: Larry Finger
> ---
> drivers/staging/rtl8723au/include/rtw_cmd.h | 2 --
> 1 file changed, 2 deletions(-)
Acked-by: Jes Sorensen
Michał Bartoszkiewicz writes:
> The values passed to le32_to_cpu are already in the correct byte order.
> This fixes four "cast to restricted __le32" sparse warnings.
>
> Signed-off-by: Michał Bartoszkiewicz
> ---
> drivers/staging/rtl8723au/core/rtw_security.c | 8
> 1 file changed, 4
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c | 32 +
1 file changed, 11 insertions(+), 21 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
b/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 8
1 file changed, 8 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
b/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
index 7fa9780..8764538 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 27 +++--
1 file changed, 12 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
b/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
From: Jes Sorensen
Hi,
Reading through some of the rate setup code, I was forced to clean up
some of the components to be able to read it properly.
Cheers,
Jes
Jes Sorensen (6):
staging: rtl8723au: Simplify eeprom content checking
staging: rtl8723au: Eliminate dummy ccxPowerIndexCheck
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c | 16 +++-
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
b/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
index
From: Jes Sorensen
This eliminates the ugly Hal_EEValueCheck() function
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 42 ++-
1 file changed, 11 insertions(+), 31 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 46 ++---
1 file changed, 19 insertions(+), 27 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
b/drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
Pinkesh Badjatiya writes:
> Removed trailing spaces.
> Fixed some errors from checkpatch.pl verification.
> No changes made to actual functional code.
>
> Signed-off-by: Pinkesh Badjatiya
> ---
> drivers/staging/rtl8723au/include/rtw_cmd.h | 162
> ++--
> 1 file changed,
Greg KH writes:
> On Tue, Jul 01, 2014 at 12:06:59PM +0200, jes.soren...@redhat.com wrote:
>> From: Jes Sorensen
>>
>> Greg,
>>
>> Here is v2 of patch 08/10 "Sanitize USB read/write functions" it
>> should fix the 'do not do DMA on the stac
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_HWConfig.c | 7 ---
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 3 +--
drivers/staging/rtl8723au/include/odm_HWConfig.h | 2 --
3 files changed, 1 insertion(+), 11 deletions(-)
diff --git a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_HWConfig.c | 9 -
drivers/staging/rtl8723au/include/odm_HWConfig.h | 8
2 files changed, 17 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/odm_HWConfig.c
b/drivers/staging
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_HWConfig.c | 15 ---
drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 6 ++
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c| 8 ++--
drivers/staging/rtl8723au/include
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_HWConfig.c | 18 --
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/odm_HWConfig.c
b/drivers/staging/rtl8723au/hal/odm_HWConfig.c
index 82b1b83
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/HalHWImg8723A_RF.c | 5 +++--
drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 14 --
drivers/staging/rtl8723au/include/odm_RegConfig8723A.h | 4
3 files changed, 3 insertions
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c| 12
drivers/staging/rtl8723au/hal/usb_halinit.c| 4 ++--
drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 1 -
3 files changed, 2 insertions(+), 15 deletions
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 22 --
1 file changed, 4 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
b/drivers/staging/rtl8723au/hal
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
b/drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
index c30bd23..6686a29 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/HalHWImg8723A_BB.c | 160 -
drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 28
.../staging/rtl8723au/include/HalHWImg8723A_BB.h | 6 -
.../staging/rtl8723au/include
From: Jes Sorensen
Greg,
Please find attached another smaller set of changes for the rtl8723au
driver. IT's mainly removing code obfuscation in the hal layer.
Cheers,
Jes
Jes Sorensen (10):
staging: rtl8723au: Remove horrendous code obfuscation
READ_AND_CONFIG*()
staging: rtl8
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm_HWConfig.c | 16
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c | 10 ++
drivers/staging/rtl8723au/include/odm.h | 8
drivers/staging/rtl8723au/include
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c
b/drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c
index 5c4751c..8523908 100644
--- a
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/odm.c | 142 +++---
drivers/staging/rtl8723au/include/odm.h | 4 -
drivers/staging/rtl8723au/include/odm_interface.h | 11 +-
3 files changed, 75 insertions(+), 82
From: Jes Sorensen
Greg,
Another round of code obfuscation removal, mostly getting rid of no-op
and unncessary wrappers.
Cheers,
Jes
Jes Sorensen (12):
staging: rtl8723au: Eliminate Set_MSR() wrapper call
staging: rtl8723au: Reduce number of duplicate defines for link state
staging
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_halinit.c | 50 -
1 file changed, 50 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/usb_halinit.c
b/drivers/staging/rtl8723au/hal/usb_halinit.c
index 227a363..4161409
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/core/rtw_ap.c | 2 +-
drivers/staging/rtl8723au/core/rtw_mlme_ext.c| 18 +-
drivers/staging/rtl8723au/core/rtw_sreset.c | 2 +-
drivers/staging/rtl8723au/core/rtw_wlan_util.c | 5
From: Jes Sorensen
Signed-off-by: Jes Sorensen
---
drivers/staging/rtl8723au/hal/usb_halinit.c | 3 ---
drivers/staging/rtl8723au/include/rtl8723a_hal.h | 3 ---
2 files changed, 6 deletions(-)
diff --git a/drivers/staging/rtl8723au/hal/usb_halinit.c
b/drivers/staging/rtl8723au/hal
601 - 700 of 745 matches
Mail list logo