Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328290
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [v3,1/6] libertas: fix pointer bugs for PS_MODE commands |
| Date | 2016-02-06 13:10 +0100 |
| Message-ID | <qZ9QB-760-3@gated-at.bofh.it> (permalink) |
| References | <qWHc8-70c-53@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> struct cmd_ds_802_11_ps_mode > contains the command header and a pointer to it was > initialized with data points to the body which leads to > mis-interpretation of the cmd_ds_802_11_ps_mode.action member. > cmd[0] contains the header, &cmd[1] points beyond that. > cmdnode->cmdbuf is a pointer to the command buffer > This piece of code was unused since power saving was > not enabled. > > Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Thanks, 6 patches applied to wireless-drivers-next.git: 0a7701b4defc libertas: fix pointer bugs for PS_MODE commands fae4f9f78ab1 libertas: check whether bus can do more than polling 57954b94cad7 libertas: do not confirm sleep if commands are pending fada24a54770 libertas: go back to ps mode without commands pending 0b8802dc5f59 libertas: fix ps-mode related removal problems 143e49458424 libertas: add an cfg80211 interface for powersaving Kalle Valo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] libertas: ieee80211 powersave mode Andreas Kemnade <andreas@kemnade.info> - 2016-01-30 18:10 +0100
[PATCH v3 1/6] libertas: fix pointer bugs for PS_MODE commands Andreas Kemnade <andreas@kemnade.info> - 2016-01-30 18:10 +0100
Re: [v3,1/6] libertas: fix pointer bugs for PS_MODE commands Kalle Valo <kvalo@codeaurora.org> - 2016-02-06 13:10 +0100
[PATCH v3 5/6] libertas: fix ps-mode related removal problems Andreas Kemnade <andreas@kemnade.info> - 2016-01-30 18:10 +0100
[PATCH v3 2/6] libertas: check whether bus can do more than polling Andreas Kemnade <andreas@kemnade.info> - 2016-01-30 18:10 +0100
csiph-web