* [PATCH 1/8] ath6kl: Remove erroneous flag clearing
@ 2012-11-16 12:51 Mohammed Shafi Shajakhan
0 siblings, 0 replies; 3+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-11-16 12:51 UTC (permalink / raw)
To: ath6kl-devel
Cc: Kalle Valo, linux-wireless, Mohammed Shafi Shajakhan,
wei-jen jlin
From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
WLAN_ENABLED is vif specific, not part of
the driver's struct ath6kl. Proper clearing
of this flag is already taken care in
ath6kl_cleanup_vif.
Cc: wei-jen jlin <jenlin@qca.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath6kl/init.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c
index 424676e..4fddf12 100644
--- a/drivers/net/wireless/ath/ath6kl/init.c
+++ b/drivers/net/wireless/ath/ath6kl/init.c
@@ -1798,8 +1798,6 @@ void ath6kl_stop_txrx(struct ath6kl *ar)
"attempting to reset target on instance destroy\n");
ath6kl_reset_device(ar, ar->target_type, true, true);
- clear_bit(WLAN_ENABLED, &ar->flag);
-
up(&ar->sem);
}
EXPORT_SYMBOL(ath6kl_stop_txrx);
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 1/8] ath6kl: Remove erroneous flag clearing
@ 2012-11-16 12:51 Mohammed Shafi Shajakhan
2012-11-27 19:45 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Mohammed Shafi Shajakhan @ 2012-11-16 12:51 UTC (permalink / raw)
To: ath6kl-devel
Cc: Kalle Valo, linux-wireless, Mohammed Shafi Shajakhan,
wei-jen jlin
From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
WLAN_ENABLED is vif specific, not part of
the driver's struct ath6kl. Proper clearing
of this flag is already taken care in
ath6kl_cleanup_vif.
Cc: wei-jen jlin <jenlin@qca.qualcomm.com>
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath6kl/init.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c
index 424676e..4fddf12 100644
--- a/drivers/net/wireless/ath/ath6kl/init.c
+++ b/drivers/net/wireless/ath/ath6kl/init.c
@@ -1798,8 +1798,6 @@ void ath6kl_stop_txrx(struct ath6kl *ar)
"attempting to reset target on instance destroy\n");
ath6kl_reset_device(ar, ar->target_type, true, true);
- clear_bit(WLAN_ENABLED, &ar->flag);
-
up(&ar->sem);
}
EXPORT_SYMBOL(ath6kl_stop_txrx);
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/8] ath6kl: Remove erroneous flag clearing
2012-11-16 12:51 [PATCH 1/8] ath6kl: Remove erroneous flag clearing Mohammed Shafi Shajakhan
@ 2012-11-27 19:45 ` Kalle Valo
0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2012-11-27 19:45 UTC (permalink / raw)
To: Mohammed Shafi Shajakhan; +Cc: ath6kl-devel, linux-wireless, wei-jen jlin
On 11/16/2012 02:51 PM, Mohammed Shafi Shajakhan wrote:
> From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
>
> WLAN_ENABLED is vif specific, not part of
> the driver's struct ath6kl. Proper clearing
> of this flag is already taken care in
> ath6kl_cleanup_vif.
>
> Cc: wei-jen jlin <jenlin@qca.qualcomm.com>
> Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Thanks, all eight patches applied.
Kalle
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-27 19:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 12:51 [PATCH 1/8] ath6kl: Remove erroneous flag clearing Mohammed Shafi Shajakhan
2012-11-27 19:45 ` Kalle Valo
-- strict thread matches above, loose matches on Subject: below --
2012-11-16 12:51 Mohammed Shafi Shajakhan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).