[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1442582379-10342-1-git-send-email-dvlasenk@redhat.com>
Date: Fri, 18 Sep 2015 15:19:33 +0200
From: Denys Vlasenko <dvlasenk@...hat.com>
To: John Linville <linville@...driver.com>
Cc: Denys Vlasenko <dvlasenk@...hat.com>,
Michal Kazior <michal.kazior@...to.com>,
Johannes Berg <johannes.berg@...el.com>,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] mac80211: Deinline large functions in driver-ops.h
After measuring size of inlines, these functions were found to be largest.
These patches reduce code size by about 21 kbytes.
CC: John Linville <linville@...driver.com>
CC: Michal Kazior <michal.kazior@...to.com>
CC: Johannes Berg <johannes.berg@...el.com>
CC: linux-wireless@...r.kernel.org
CC: linux-kernel@...r.kernel.org
Denys Vlasenko (6):
mac80211: Deinline drv_conf_tx()
mac80211: Deinline drv_sta_rc_update()
mac80211: Deinline drv_ampdu_action()
mac80211: Deinline drv_get/set/reset_tsf()
mac80211: Deinline drv_add/remove/change_interface()
mac80211: Deinline drv_switch_vif_chanctx()
net/mac80211/driver-ops.c | 223 +++++++++++++++++++++++++++++++++++++++++++
net/mac80211/driver-ops.h | 237 ++++++----------------------------------------
2 files changed, 250 insertions(+), 210 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists