projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
864cc02
)
ar9170: kill duplicated HT feature flag
author
Christian Lamparter
<chunkeey@web.de>
Sat, 23 May 2009 18:28:38 +0000
(20:28 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 3 Jun 2009 18:05:13 +0000
(14:05 -0400)
This patch removes a redundant flag.
.cap = IEEE80211_HT_CAP_MAX_AMSDU | \
> IEEE80211_HT_CAP_SM_PS | \ <
[...] \
> IEEE80211_HT_CAP_SM_PS, \ <
.ampdu_factor = 3, \
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ar9170/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ar9170/main.c
b/drivers/net/wireless/ath/ar9170/main.c
index 201989ad0e2505c1e486ac1ef7a42a2d160fc8f8..1657e891a6a769849a3b925be23d0673353a6bd9 100644
(file)
--- a/
drivers/net/wireless/ath/ar9170/main.c
+++ b/
drivers/net/wireless/ath/ar9170/main.c
@@
-146,7
+146,6
@@
static struct ieee80211_channel ar9170_5ghz_chantable[] = {
{ \
.ht_supported = true, \
.cap = IEEE80211_HT_CAP_MAX_AMSDU | \
- IEEE80211_HT_CAP_SM_PS | \
IEEE80211_HT_CAP_SUP_WIDTH_20_40 | \
IEEE80211_HT_CAP_SGI_40 | \
IEEE80211_HT_CAP_DSSSCCK40 | \