Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d6566ff authored by John W. Linville's avatar John W. Linville
Browse files

ar9170: remove usage of deprecated noise value

parent 3377d1b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -926,7 +926,6 @@ static void ar9170_rx_phy_status(struct ar9170 *ar,

	/* TODO: we could do something with phy_errors */
	status->signal = ar->noise[0] + phy->rssi_combined;
	status->noise = ar->noise[0];
}

static struct sk_buff *ar9170_rx_copy_data(u8 *buf, int len)