Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718204
| From | Arvind Yadav <arvind.yadav.cs@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] constify *_ops |
| Date | 2017-08-23 12:10 +0200 |
| Message-ID | <uhALL-7CP-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
*_ops are not supposed to change at runtime and none of the structures is modified. Arvind Yadav (3): [PATCH 1/3] net: rtlwifi: constify rate_control_ops [PATCH 2/3] net: rsi: mac80211: constify ieee80211_ops [PATCH 3/3] net: rsi: netlink: constify genl_ops drivers/net/wireless/realtek/rtlwifi/rc.c | 2 +- drivers/net/wireless/rsi/rsi_91x_mac80211.c | 2 +- net/tipc/netlink_compat.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] constify *_ops Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-08-23 12:10 +0200
[PATCH 1/3] net: rtlwifi: constify rate_control_ops Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-08-23 12:10 +0200
Re: [1/3] net: rtlwifi: constify rate_control_ops Kalle Valo <kvalo@codeaurora.org> - 2017-08-24 12:00 +0200
[PATCH 2/3] net: rsi: mac80211: constify ieee80211_ops Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-08-23 12:10 +0200
csiph-web