Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352719
b: refs/heads/master
c: 18942d3
h: refs/heads/master
i:
  352717: ab76f90
  352715: e8ad8d3
  352711: 114b03e
  352703: c8bc765
v: v3
  • Loading branch information
Johannes Berg committed Feb 15, 2013
1 parent 253fafd commit c4f3a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: cb145022c82bde532b386c7a6f1dcef1b2bca2e5
refs/heads/master: 18942d3be0e0e67aa40550ce3266e48b51845d52
6 changes: 3 additions & 3 deletions trunk/net/mac80211/chan.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "ieee80211_i.h"
#include "driver-ops.h"

static void ieee80211_change_chandef(struct ieee80211_local *local,
static void ieee80211_change_chanctx(struct ieee80211_local *local,
struct ieee80211_chanctx *ctx,
const struct cfg80211_chan_def *chandef)
{
Expand Down Expand Up @@ -49,7 +49,7 @@ ieee80211_find_chanctx(struct ieee80211_local *local,
if (!compat)
continue;

ieee80211_change_chandef(local, ctx, compat);
ieee80211_change_chanctx(local, ctx, compat);

return ctx;
}
Expand Down Expand Up @@ -175,7 +175,7 @@ static void ieee80211_recalc_chanctx_chantype(struct ieee80211_local *local,
if (WARN_ON_ONCE(!compat))
return;

ieee80211_change_chandef(local, ctx, compat);
ieee80211_change_chanctx(local, ctx, compat);
}

static void ieee80211_unassign_vif_chanctx(struct ieee80211_sub_if_data *sdata,
Expand Down

0 comments on commit c4f3a85

Please sign in to comment.