[PATCH v2 11/20] mac8011: slight optimization of addr compare

2013-12-24 Thread Ding Tianhong
Use the possibly more efficient ether_addr_equal to instead of memcmp. Cc: Johannes Berg Cc: John W. Linville Cc: David Miller Cc: linux-wirel...@vger.kernel.org Cc: net...@vger.kernel.org Signed-off-by: Wang Weidong Signed-off-by: Ding Tianhong --- net/mac80211/iface.c | 7 +++ 1 file

[PATCH v2 11/20] mac8011: slight optimization of addr compare

2013-12-24 Thread Ding Tianhong
Use the possibly more efficient ether_addr_equal to instead of memcmp. Cc: Johannes Berg johan...@sipsolutions.net Cc: John W. Linville linvi...@tuxdriver.com Cc: David Miller da...@davemloft.net Cc: linux-wirel...@vger.kernel.org Cc: net...@vger.kernel.org Signed-off-by: Wang Weidong