提交 a6779278 编写于 作者: W Wey-Yi Guy 提交者: John W. Linville

iwlagn: fix warning in testmode attribute table

Fix the compile warning cause by [IWL_TM_ATTR_MAX - 1]
Reported-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 9dff3870
...@@ -645,7 +645,7 @@ static int iwl_testmode_ownership(struct ieee80211_hw *hw, struct nlattr **tb) ...@@ -645,7 +645,7 @@ static int iwl_testmode_ownership(struct ieee80211_hw *hw, struct nlattr **tb)
*/ */
int iwl_testmode_cmd(struct ieee80211_hw *hw, void *data, int len) int iwl_testmode_cmd(struct ieee80211_hw *hw, void *data, int len)
{ {
struct nlattr *tb[IWL_TM_ATTR_MAX - 1]; struct nlattr *tb[IWL_TM_ATTR_MAX];
struct iwl_priv *priv = hw->priv; struct iwl_priv *priv = hw->priv;
int result; int result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册