~ubuntu-branches/ubuntu/raring/linux-ti-omap4/raring-proposed

« back to all changes in this revision

Viewing changes to drivers/net/wireless/b43/b43.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Ubuntu: 3.5.0-25.38
  • Date: 2013-02-20 22:03:31 UTC
  • mfrom: (74.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20130220220331-0ea4l33x3cr61nch
Tags: 3.5.0-220.28
* Release Tracking Bug
  - LP: #1130311

[ Paolo Pisati ]

* rebased on Ubuntu-3.5.0-25.38

[ Ubuntu: 3.5.0-25.38 ]

* Release Tracking Bug
  - LP: #1129472
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
  - LP: #1119885, #1129192
  - CVE-2013-0871
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
  - LP: #1119885, #1129192
  - CVE-2013-0871
* wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED
  task
  - LP: #1119885, #1129192
  - CVE-2013-0871

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <linux/hw_random.h>
8
8
#include <linux/bcma/bcma.h>
9
9
#include <linux/ssb/ssb.h>
 
10
#include <linux/completion.h>
10
11
#include <net/mac80211.h>
11
12
 
12
13
#include "debugfs.h"
718
719
struct b43_request_fw_context {
719
720
        /* The device we are requesting the fw for. */
720
721
        struct b43_wldev *dev;
 
722
        /* a completion event structure needed if this call is asynchronous */
 
723
        struct completion fw_load_complete;
 
724
        /* a pointer to the firmware object */
 
725
        const struct firmware *blob;
721
726
        /* The type of firmware to request. */
722
727
        enum b43_firmware_file_type req_type;
723
728
        /* Error messages for each firmware type. */