From: Johannes Berg Date: Thu, 29 Sep 2011 14:04:36 +0000 (+0200) Subject: mac80211: optimise station flags X-Git-Tag: v3.2-rc1~129^2~104^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c98fdeb5c897499644eb247285c8e3dacc6450;p=pandora-kernel.git mac80211: optimise station flags The flaglock in struct sta_info has long been something that I wanted to get rid of, this finally does the conversion to atomic bitops. The conversion itself is straight-forward in most places, a few things needed to change a bit since we can no longer use multiple bits at the same time. On x86-64, this is a fairly significant code size reduction: text data bss dec hex 427861 23648 1008 452517 6e7a5 before 425383 23648 976 450007 6ddd7 after Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed