From 0776d0bf65245677a4e6e7302737f8a777df2fe4 Mon Sep 17 00:00:00 2001 From: Herton Ronaldo Krzesinski Date: Fri, 13 Feb 2009 08:35:12 -0500 Subject: [PATCH] --- yaml --- r: 141234 b: refs/heads/master c: 262d38706382ee58fff520c78acc7b28a6646118 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/agnx/pci.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f03bf239c2a6..87e27490739d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39b41b23e27ca7d4425ad1f23189eef936394fdf +refs/heads/master: 262d38706382ee58fff520c78acc7b28a6646118 diff --git a/trunk/drivers/staging/agnx/pci.c b/trunk/drivers/staging/agnx/pci.c index 131df9f6c68d..072d37eb636d 100644 --- a/trunk/drivers/staging/agnx/pci.c +++ b/trunk/drivers/staging/agnx/pci.c @@ -286,10 +286,10 @@ static void agnx_stop(struct ieee80211_hw *dev) rings_free(priv); } -static int agnx_config(struct ieee80211_hw *dev, - struct ieee80211_conf *conf) +static int agnx_config(struct ieee80211_hw *dev, u32 changed) { struct agnx_priv *priv = dev->priv; + struct ieee80211_conf *conf = &dev->conf; int channel = ieee80211_frequency_to_channel(conf->channel->center_freq); AGNX_TRACE;