Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194102
b: refs/heads/master
c: 55f9893
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and John W. Linville committed Mar 31, 2010
1 parent 2b885e1 commit 0565eb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: d28667f871991e0eea983b398421b8db2c8bdf8c
refs/heads/master: 55f98938b5cea8949077c79813c4f86ef0018858
4 changes: 2 additions & 2 deletions trunk/net/mac80211/agg-tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ static void ieee80211_agg_tx_operational(struct ieee80211_local *local,
struct sta_info *sta, u16 tid)
{
#ifdef CONFIG_MAC80211_HT_DEBUG
printk(KERN_DEBUG "Aggregation is on for tid %d \n", tid);
printk(KERN_DEBUG "Aggregation is on for tid %d\n", tid);
#endif

spin_lock(&local->ampdu_lock);
Expand Down Expand Up @@ -674,7 +674,7 @@ void ieee80211_process_addba_resp(struct ieee80211_local *local,
del_timer(&sta->ampdu_mlme.tid_tx[tid]->addba_resp_timer);

#ifdef CONFIG_MAC80211_HT_DEBUG
printk(KERN_DEBUG "switched off addBA timer for tid %d \n", tid);
printk(KERN_DEBUG "switched off addBA timer for tid %d\n", tid);
#endif /* CONFIG_MAC80211_HT_DEBUG */

if (le16_to_cpu(mgmt->u.action.u.addba_resp.status)
Expand Down
6 changes: 3 additions & 3 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2357,10 +2357,10 @@ static void print_regdomain(const struct ieee80211_regdomain *rd)
rdev->country_ie_alpha2[1]);
} else
printk(KERN_INFO "cfg80211: Current regulatory "
"domain intersected: \n");
"domain intersected:\n");
} else
printk(KERN_INFO "cfg80211: Current regulatory "
"domain intersected: \n");
printk(KERN_INFO "cfg80211: Current regulatory "
"domain intersected:\n");
} else if (is_world_regdom(rd->alpha2))
printk(KERN_INFO "cfg80211: World regulatory "
"domain updated:\n");
Expand Down

0 comments on commit 0565eb7

Please sign in to comment.