projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f7e73
)
iwlwifi: fix aggregation limit
author
Johannes Berg
<
[email protected]
>
Wed, 1 Jul 2009 12:57:59 +0000
(14:57 +0200)
committer
John W. Linville
<
[email protected]
>
Fri, 10 Jul 2009 19:02:27 +0000
(15:02 -0400)
According to the documentation, the limit is 0x3f == 63, not 64.
Signed-off-by: Johannes Berg <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 6e9b8a8356ea23605668355c6692daa5bbee8fb1..ebb2fbce5365bdd02041046e9be1c5d36fa71937 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-commands.h
@@
-1924,7
+1924,7
@@
struct iwl_link_qual_general_params {
#define LINK_QUAL_AGG_DISABLE_START_MIN (0)
#define LINK_QUAL_AGG_FRAME_LIMIT_DEF (31)
-#define LINK_QUAL_AGG_FRAME_LIMIT_MAX (6
4
)
+#define LINK_QUAL_AGG_FRAME_LIMIT_MAX (6
3
)
#define LINK_QUAL_AGG_FRAME_LIMIT_MIN (0)
/**