Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171843
b: refs/heads/master
c: 7d57b73
h: refs/heads/master
i:
  171841: 3c8fd0f
  171839: 9574057
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Nov 18, 2009
1 parent 7610fa6 commit 94c3a3f
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: 9e595d24b13a021ead42bedd5edba8801b0da6cd
refs/heads/master: 7d57b73a73040525dfe22c56d823f146711ff971
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ar9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ static int ar9170_rx_mac_status(struct ar9170 *ar,
}
break;

case AR9170_RX_STATUS_MODULATION_DUPOFDM:
case AR9170_RX_STATUS_MODULATION_OFDM:
switch (head->plcp[0] & 0xf) {
case 0xb:
Expand Down Expand Up @@ -897,8 +898,7 @@ static int ar9170_rx_mac_status(struct ar9170 *ar,
status->flag |= RX_FLAG_HT;
break;

case AR9170_RX_STATUS_MODULATION_DUPOFDM:
/* XXX */
default:
if (ar9170_nag_limiter(ar))
printk(KERN_ERR "%s: invalid modulation\n",
wiphy_name(ar->hw->wiphy));
Expand Down

0 comments on commit 94c3a3f

Please sign in to comment.