[PATCH v3.6 10/19] mac8011: slight optimization of addr compare

2014-01-07 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 v3.6 10/19] mac8011: slight optimization of addr compare

2014-01-07 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