Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135262
b: refs/heads/master
c: 62b4fb6
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 16, 2009
1 parent 0324d9d commit fee9e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c37452b0687e5c8942dd4866f7c614105e6050c3
refs/heads/master: 62b4fb66c5611c4e2b9279810c2d037fb5b5fa68
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath9k/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ static ssize_t read_file_rcstat(struct file *file, char __user *user_buf,
{
struct ath_softc *sc = file->private_data;

if (sc->cur_rate_table == NULL)
return 0;

if (conf_is_ht(&sc->hw->conf))
return ath_read_file_stat_11n_rc(file, user_buf, count, ppos);
else
Expand Down

0 comments on commit fee9e1a

Please sign in to comment.