Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluet...
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Jul 2010 15:59:19 +0000 (11:59 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Jul 2010 15:59:19 +0000 (11:59 -0400)
Conflicts:
drivers/net/wireless/iwlwifi/iwl-commands.h

16 files changed:
1  2 
MAINTAINERS
drivers/net/wireless/airo.c
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/libipw.h
drivers/net/wireless/iwlwifi/iwl-commands.h
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-eeprom.h
drivers/net/wireless/libertas/host.h
drivers/net/wireless/mwl8k.c
drivers/net/wireless/orinoco/orinoco_usb.c
drivers/net/wireless/rtl818x/rtl818x.h
drivers/net/wireless/wl12xx/wl1251_cmd.h
drivers/net/wireless/wl12xx/wl1251_tx.h
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h

diff --cc MAINTAINERS
Simple merge
index 053f90c7aa1b47f5b471f2717f5d1e816fb1c808,6b605df8a9238f3165c8444baf874b012f5dc04e..1d05445d4ba397cb04545d1ba105e1040c864176
@@@ -5162,15 -5162,8 +5162,8 @@@ static void proc_SSID_on_close(struct i
        enable_MAC(ai, 1);
  }
  
- static inline u8 hexVal(char c) {
-       if (c>='0' && c<='9') return c -= '0';
-       if (c>='a' && c<='f') return c -= 'a'-10;
-       if (c>='A' && c<='F') return c -= 'A'-10;
-       return 0;
- }
  static void proc_APList_on_close( struct inode *inode, struct file *file ) {
 -      struct proc_data *data = (struct proc_data *)file->private_data;
 +      struct proc_data *data = file->private_data;
        struct proc_dir_entry *dp = PDE(inode);
        struct net_device *dev = dp->data;
        struct airo_info *ai = dev->ml_priv;
Simple merge
index 9c44ab504dfe55bd7581f210f0b878d67756631d,8d2db9d22045260d7ae1d53ba0dec3344be88b48..60725a5c1b694b689d42fe6e782c9c141a47ac74
@@@ -3035,9 -3035,8 +3035,9 @@@ struct iwl39_statistics_tx 
  struct statistics_dbg {
        __le32 burst_check;
        __le32 burst_count;
 -      __le32 reserved[4];
 +      __le32 wait_for_silence_timeout_cnt;
 +      __le32 reserved[3];
- } __attribute__ ((packed));
+ } __packed;
  
  struct iwl39_statistics_div {
        __le32 tx_on_a;
@@@ -3125,29 -3124,15 +3125,29 @@@ struct statistics_rx_non_phy 
        __le32 beacon_energy_a;
        __le32 beacon_energy_b;
        __le32 beacon_energy_c;
- } __attribute__ ((packed));
+ } __packed;
  
 +struct statistics_rx_non_phy_bt {
 +      struct statistics_rx_non_phy common;
 +      /* additional stats for bt */
 +      __le32 num_bt_kills;
 +      __le32 reserved[2];
 +} __packed;
 +
  struct statistics_rx {
        struct statistics_rx_phy ofdm;
        struct statistics_rx_phy cck;
        struct statistics_rx_non_phy general;
        struct statistics_rx_ht_phy ofdm_ht;
- } __attribute__ ((packed));
+ } __packed;
  
 +struct statistics_rx_bt {
 +      struct statistics_rx_phy ofdm;
 +      struct statistics_rx_phy cck;
 +      struct statistics_rx_non_phy_bt general;
 +      struct statistics_rx_ht_phy ofdm_ht;
 +} __packed;
 +
  /**
   * struct statistics_tx_power - current tx power
   *
@@@ -3208,9 -3193,9 +3208,9 @@@ struct statistics_div 
        __le32 probe_time;
        __le32 reserved1;
        __le32 reserved2;
- } __attribute__ ((packed));
+ } __packed;
  
 -struct statistics_general {
 +struct statistics_general_common {
        __le32 temperature;   /* radio temperature */
        __le32 temperature_m; /* for 5000 and up, this is radio voltage */
        struct statistics_dbg dbg;
         *  in order to get out of bad PHY status
         */
        __le32 num_of_sos_states;
 +} __packed;
 +
 +struct statistics_bt_activity {
 +      /* Tx statistics */
 +      __le32 hi_priority_tx_req_cnt;
 +      __le32 hi_priority_tx_denied_cnt;
 +      __le32 lo_priority_tx_req_cnt;
 +      __le32 lo_priority_tx_denied_cnt;
 +      /* Rx statistics */
 +      __le32 hi_priority_rx_req_cnt;
 +      __le32 hi_priority_rx_denied_cnt;
 +      __le32 lo_priority_rx_req_cnt;
 +      __le32 lo_priority_rx_denied_cnt;
 +} __packed;
 +
 +struct statistics_general {
 +      struct statistics_general_common common;
 +      __le32 reserved2;
 +      __le32 reserved3;
 +} __packed;
 +
 +struct statistics_general_bt {
 +      struct statistics_general_common common;
 +      struct statistics_bt_activity activity;
        __le32 reserved2;
        __le32 reserved3;
- } __attribute__ ((packed));
+ } __packed;
  
  #define UCODE_STATISTICS_CLEAR_MSK            (0x1 << 0)
  #define UCODE_STATISTICS_FREQUENCY_MSK                (0x1 << 1)
@@@ -3309,14 -3270,8 +3309,14 @@@ struct iwl_notif_statistics 
        struct statistics_rx rx;
        struct statistics_tx tx;
        struct statistics_general general;
- } __attribute__ ((packed));
+ } __packed;
  
 +struct iwl_bt_notif_statistics {
 +      __le32 flag;
 +      struct statistics_rx_bt rx;
 +      struct statistics_tx tx;
 +      struct statistics_general_bt general;
 +} __packed;
  
  /*
   * MISSED_BEACONS_NOTIFICATION = 0xa2 (notification only, not a command)
Simple merge
Simple merge
index ca1cb24d663f1faf9e957487c913351e93f4865d,7e70dd5a21b804a84d8b36d2f9d706b14f3c2b9f..a9e4991369be5d47d3a1de2f9029649476b324f0
@@@ -201,11 -201,11 +201,11 @@@ struct wl1251_scan_parameters 
        u8 ssid_len;
        u8 ssid[32];
  
- } __attribute__ ((packed));
+ } __packed;
  
  struct wl1251_scan_ch_parameters {
 -      u32 min_duration; /* in TU */
 -      u32 max_duration; /* in TU */
 +      __le32 min_duration; /* in TU */
 +      __le32 max_duration; /* in TU */
        u32 bssid_lsb;
        u16 bssid_msb;
  
Simple merge
Simple merge
Simple merge