Commit 06f737ef authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Rename MACvWriteBSSIDAddress

parent 20cbfe17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1405,7 +1405,7 @@ static void vnt_bss_info_changed(struct ieee80211_hw *hw,

		spin_lock_irqsave(&priv->lock, flags);

		MACvWriteBSSIDAddress(priv->port_offset, conf->bssid);
		vt6655_mac_write_bssid_addr(priv->port_offset, conf->bssid);

		spin_unlock_irqrestore(&priv->lock, flags);
	}
+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@ do { \
	iowrite16(wData & ~(wBits), iobase + byRegOfs);			\
} while (0)

#define MACvWriteBSSIDAddress(iobase, mac_addr)		\
#define vt6655_mac_write_bssid_addr(iobase, mac_addr)		\
do {								\
	iowrite8(1, iobase + MAC_REG_PAGE1SEL);			\
	iowrite8(mac_addr[0], iobase + MAC_REG_BSSID0);		\