2013-02-15 12:50:43

by Kalle Valo

[permalink] [raw]
Subject: Pull request: ath6kl 20130215

Hi John,

here's a small pull request for ath6kl. I don't know if there's enough
time for 3.9, but I'll try my luck.

There's not anything special here, most of the patches are just code
cleanup. The only functional changes are using the beacon interval from user
space and fixing a crash which happens when inserting and removing the
module in a loop.

Please let me know if there are any problems.

The following changes since commit ff7e68670c49b6404acc4fce6ca90d6c89ef0efe:

ath6kl: support NL80211_USER_REG_HINT_CELL_BASE events (2012-11-16 10:39:01 +0200)

are available in the git repository at:

git://github.com/kvalo/ath6kl.git for-linville

for you to fetch changes up to 6f7c1adb7529935df6e288a1436003c1f6dc0653:

ath6kl: minor optimization using if, else if (2012-11-27 21:44:28 +0200)

----------------------------------------------------------------
Julia Lawall (1):
drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ON

Mohammed Shafi Shajakhan (9):
ath6kl: Fix a mismatch in power management debug message
ath6kl: Remove erroneous flag clearing
ath6kl: Use standard way to assign the boolean variable
ath6kl: remove unnecessary check for NULL skb
ath6kl: Fix kernel panic on continuous driver load/unload
ath6kl: trivial cleanup on interface type selection
ath6kl: Parse beacon interval from userspace
ath6kl: Move and rename ath6kl_cleanup_vif function
ath6kl: minor optimization using if, else if

drivers/net/wireless/ath/ath6kl/cfg80211.c | 109 ++++++++++++++++++----------
drivers/net/wireless/ath/ath6kl/cfg80211.h | 2 -
drivers/net/wireless/ath/ath6kl/core.h | 2 +-
drivers/net/wireless/ath/ath6kl/hif.c | 6 +-
drivers/net/wireless/ath/ath6kl/htc_pipe.c | 26 +++++--
drivers/net/wireless/ath/ath6kl/init.c | 36 +--------
drivers/net/wireless/ath/ath6kl/usb.c | 6 +-
drivers/net/wireless/ath/ath6kl/wmi.c | 28 +++++--
drivers/net/wireless/ath/ath6kl/wmi.h | 6 ++
9 files changed, 121 insertions(+), 100 deletions(-)


2013-02-15 19:15:11

by John W. Linville

[permalink] [raw]
Subject: Re: Pull request: ath6kl 20130215

On Fri, Feb 15, 2013 at 02:50:36PM +0200, Kalle Valo wrote:
> Hi John,
>
> here's a small pull request for ath6kl. I don't know if there's enough
> time for 3.9, but I'll try my luck.
>
> There's not anything special here, most of the patches are just code
> cleanup. The only functional changes are using the beacon interval from user
> space and fixing a crash which happens when inserting and removing the
> module in a loop.
>
> Please let me know if there are any problems.
>
> The following changes since commit ff7e68670c49b6404acc4fce6ca90d6c89ef0efe:
>
> ath6kl: support NL80211_USER_REG_HINT_CELL_BASE events (2012-11-16 10:39:01 +0200)
>
> are available in the git repository at:
>
> git://github.com/kvalo/ath6kl.git for-linville
>
> for you to fetch changes up to 6f7c1adb7529935df6e288a1436003c1f6dc0653:
>
> ath6kl: minor optimization using if, else if (2012-11-27 21:44:28 +0200)

Pulling now...

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.