Searched refs:ether_addr_equal_unaligned (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
H A Ddot11d.h77 ether_addr_equal_unaligned(GET_DOT11D_INFO(__pIeeeDev)->CountryIeSrcAddr, \
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dcam.c295 if (ether_addr_equal_unaligned(addr, sta_addr)) rtl_cam_get_free_entry()
337 (ether_addr_equal_unaligned(addr, sta_addr))) { rtl_cam_del_entry()
/linux-4.1.27/include/linux/
H A Detherdevice.h316 * ether_addr_equal_unaligned - Compare two not u16 aligned Ethernet addresses
324 static inline bool ether_addr_equal_unaligned(const u8 *addr1, const u8 *addr2) ether_addr_equal_unaligned() function
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dsta_rx.c229 !ether_addr_equal_unaligned(priv->curr_addr, rx_pkt_hdr->eth803_hdr.h_dest)) { mwifiex_process_sta_rx_packet()
H A D11n.c510 if (ether_addr_equal_unaligned(tx_ba_tsr_tbl->ra, ra) && mwifiex_get_ba_tbl()
H A Dmain.c777 !ether_addr_equal_unaligned(priv->cfg_bssid, skb->data)) { mwifiex_hard_start_xmit()
/linux-4.1.27/net/batman-adv/
H A Dmain.h284 return ether_addr_equal_unaligned(data1, data2); batadv_compare_eth()
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211netdev.c242 if (!ether_addr_equal_unaligned(wlandev->netdev->dev_addr, p80211_convert_to_ether()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dmain.c529 if (!ether_addr_equal_unaligned(wl->mac_addr, vif->addr)) { wl1251_op_add_interface()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c332 if (ether_addr_equal_unaligned(adapter->mac_addr, cur->mac_addr)) { qlcnic_delete_adapter_mac()
356 if (ether_addr_equal_unaligned(adapter->mac_addr, addr->sa_data)) qlcnic_set_mac()
/linux-4.1.27/drivers/net/wireless/
H A Dwl3501_cs.c675 if (ether_addr_equal_unaligned(this->bss_set[i].bssid, sig.bssid)) { wl3501_mgmt_scan_confirm()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl1.c3130 if (!ether_addr_equal_unaligned(adapter->hw.mac_addr, atl1_remove()

Completed in 413 milliseconds