Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141234
b: refs/heads/master
c: 262d387
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent a4b43d1 commit 0776d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39b41b23e27ca7d4425ad1f23189eef936394fdf
refs/heads/master: 262d38706382ee58fff520c78acc7b28a6646118
4 changes: 2 additions & 2 deletions trunk/drivers/staging/agnx/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0776d0b

Please sign in to comment.