svn commit: r299791 - head/sys/dev/bwn

Adrian Chadd adrian at FreeBSD.org
Sat May 14 23:38:52 UTC 2016


Author: adrian
Date: Sat May 14 23:38:51 2016
New Revision: 299791
URL: https://svnweb.freebsd.org/changeset/base/299791

Log:
  [bwn] missed commit!

Modified:
  head/sys/dev/bwn/if_bwn_phy_g.c

Modified: head/sys/dev/bwn/if_bwn_phy_g.c
==============================================================================
--- head/sys/dev/bwn/if_bwn_phy_g.c	Sat May 14 23:38:21 2016	(r299790)
+++ head/sys/dev/bwn/if_bwn_phy_g.c	Sat May 14 23:38:51 2016	(r299791)
@@ -626,7 +626,7 @@ bwn_phy_g_im(struct bwn_mac *mac, int mo
 	return (0);
 }
 
-int
+bwn_txpwr_result_t
 bwn_phy_g_recalc_txpwr(struct bwn_mac *mac, int ignore_tssi)
 {
 	struct bwn_phy *phy = &mac->mac_phy;


More information about the svn-src-all mailing list