ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()
Just whitespace and indentation. Signed-off-by: Bruno Randolf <br1@einfach.org> Acked-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
a666819354
commit
2847109f73
|
@ -577,7 +577,8 @@ static int ath5k_hw_proc_5210_rx_status(struct ath5k_hw *ah,
|
||||||
* Proccess the rx status descriptor on 5212
|
* Proccess the rx status descriptor on 5212
|
||||||
*/
|
*/
|
||||||
static int ath5k_hw_proc_5212_rx_status(struct ath5k_hw *ah,
|
static int ath5k_hw_proc_5212_rx_status(struct ath5k_hw *ah,
|
||||||
struct ath5k_desc *desc, struct ath5k_rx_status *rs)
|
struct ath5k_desc *desc,
|
||||||
|
struct ath5k_rx_status *rs)
|
||||||
{
|
{
|
||||||
struct ath5k_hw_rx_status *rx_status;
|
struct ath5k_hw_rx_status *rx_status;
|
||||||
struct ath5k_hw_rx_error *rx_err;
|
struct ath5k_hw_rx_error *rx_err;
|
||||||
|
@ -644,7 +645,6 @@ static int ath5k_hw_proc_5212_rx_status(struct ath5k_hw *ah,
|
||||||
AR5K_5212_RX_DESC_STATUS1_MIC_ERROR)
|
AR5K_5212_RX_DESC_STATUS1_MIC_ERROR)
|
||||||
rs->rs_status |= AR5K_RXERR_MIC;
|
rs->rs_status |= AR5K_RXERR_MIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue