Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227862
| From | Denys Vlasenko <dvlasenk@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] mac80211: Deinline large functions in driver-ops.h |
| Date | 2015-09-18 15:30 +0200 |
| Message-ID | <qa3TI-3QB-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@tuxdriver.com> CC: Michal Kazior <michal.kazior@tieto.com> CC: Johannes Berg <johannes.berg@intel.com> CC: linux-wireless@vger.kernel.org CC: linux-kernel@vger.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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] mac80211: Deinline large functions in driver-ops.h Denys Vlasenko <dvlasenk@redhat.com> - 2015-09-18 15:30 +0200 [PATCH 2/6] mac80211: Deinline drv_sta_rc_update() Denys Vlasenko <dvlasenk@redhat.com> - 2015-09-18 15:30 +0200
csiph-web