commit | e572602884c4f979cbba4fed413af24797fd01d9 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jan 17 15:05:46 2012 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Jan 18 13:41:13 2012 +0200 |
tree | ca24cfce177a47c7a0240c5c451b91b16e447d6e | |
parent | 3462735dadb90efd5bed9d2b81222ed7da1390a0 [diff] |
ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() Before I commited patch c1762a3fe ("ath6kl: Add support for uAPSD") I did a minor change how up variable is initialised in ath6kl_process_uapsdq(). But I was sloppy and caused this compiler warning: txrx.c:88:5: warning: 'up' may be used uninitialized in this function Revert my change to fix the warning. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>