summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-15 21:53:16 +0100
committerJohn W. Linville <linville@tuxdriver.com>2012-02-27 14:05:41 -0500
commit14fec8d9baffc026beaffa2ee9e911df9d1d4ad2 (patch)
tree75fda92b8ad61520fd136c733befe196289c548b /tools/perf/scripts/python/bin
parentd42a179b941a9e4cc6cf41d0f3cbadd75fc48a89 (diff)
downloadkernel-14fec8d9baffc026beaffa2ee9e911df9d1d4ad2.tar.gz
ath9k_hw: remove duplicate initvals
Comparing SHA1 checksums of the initval tables has shown that there are many tables that are 100% identical. iniBank{0,1,2,3,7} and iniBB_RfGain are shared by AR5416, AR913x, AR9160 iniBank6 is shared between AR5416 and AR9160 iniBank6TPC is shared between AR913x and AR9160 iniPcieSerdes is the same for all AR9002 based devices The CCK FIR coefficients are shared between AR9271 and AR9287 Getting rid of those duplicates saves about 7.5k uncompressed (on MIPS). For AR9003 and later there are some duplicates as well, but I've decided to leave them in for now, as the initvals for those chips are still actively maintained by QCA. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
5713c736fd13e21feaab38b52d8ab32ad'>apparmor: pass gfp param into aa_policy_init()John Johansen 2017-01-16apparmor: constify policy name and hnameJohn Johansen 2017-01-16apparmor: rename hname_tail to basenameJohn Johansen 2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen 2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen 2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen 2017-01-15AppArmor: Use GFP_KERNEL for __aa_kvmalloc().Tetsuo Handa 2014-05-06nick kvfree() from apparmorAl Viro