Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328346
b: refs/heads/master
c: e7a6ba2
h: refs/heads/master
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Sep 27, 2012
1 parent be59aa1 commit cbf1200
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: 889300fa53702ce3ed063eeadddfa7775afc8cde
refs/heads/master: e7a6ba29d3a1610a5e9706e1892a07ad74b34c9a
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5180,7 +5180,7 @@ static void wl1271_unregister_hw(struct wl1271 *wl)

static const struct ieee80211_iface_limit wlcore_iface_limits[] = {
{
.max = 2,
.max = 3,
.types = BIT(NL80211_IFTYPE_STATION),
},
{
Expand All @@ -5195,7 +5195,7 @@ static const struct ieee80211_iface_combination
wlcore_iface_combinations[] = {
{
.num_different_channels = 1,
.max_interfaces = 2,
.max_interfaces = 3,
.limits = wlcore_iface_limits,
.n_limits = ARRAY_SIZE(wlcore_iface_limits),
},
Expand Down

0 comments on commit cbf1200

Please sign in to comment.