Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6

+7 -8
+3 -4
drivers/net/wireless/ath/ath9k/hw.c
··· 855 855 } 856 856 } 857 857 858 - static void ath9k_hw_init_11a_eeprom_fix(struct ath_hw *ah) 858 + static void ath9k_hw_init_eeprom_fix(struct ath_hw *ah) 859 859 { 860 860 u32 i, j; 861 861 862 - if ((ah->hw_version.devid == AR9280_DEVID_PCI) && 863 - test_bit(ATH9K_MODE_11A, ah->caps.wireless_modes)) { 862 + if (ah->hw_version.devid == AR9280_DEVID_PCI) { 864 863 865 864 /* EEPROM Fixup */ 866 865 for (i = 0; i < ah->iniModes.ia_rows; i++) { ··· 979 980 if (r) 980 981 return r; 981 982 982 - ath9k_hw_init_11a_eeprom_fix(ah); 983 + ath9k_hw_init_eeprom_fix(ah); 983 984 984 985 r = ath9k_hw_init_macaddr(ah); 985 986 if (r) {
+1 -1
drivers/net/wireless/ath/ath9k/main.c
··· 2655 2655 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT)) { 2656 2656 ath9k_ps_wakeup(sc); 2657 2657 ath9k_hw_stoptxdma(sc->sc_ah, sc->beacon.beaconq); 2658 - ath_beacon_return(sc, avp); 2659 2658 ath9k_ps_restore(sc); 2660 2659 } 2661 2660 2661 + ath_beacon_return(sc, avp); 2662 2662 sc->sc_flags &= ~SC_OP_BEACONS; 2663 2663 2664 2664 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) {
+2 -2
drivers/net/wireless/iwlwifi/iwl-sta.c
··· 297 297 } 298 298 EXPORT_SYMBOL(iwl_add_station); 299 299 300 - static void iwl_sta_ucode_deactivate(struct iwl_priv *priv, const char *addr) 300 + static void iwl_sta_ucode_deactivate(struct iwl_priv *priv, const u8 *addr) 301 301 { 302 302 unsigned long flags; 303 303 u8 sta_id = iwl_find_station(priv, addr); ··· 324 324 { 325 325 struct iwl_rem_sta_cmd *rm_sta = 326 326 (struct iwl_rem_sta_cmd *)cmd->cmd.payload; 327 - const char *addr = rm_sta->addr; 327 + const u8 *addr = rm_sta->addr; 328 328 329 329 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) { 330 330 IWL_ERR(priv, "Bad return from REPLY_REMOVE_STA (0x%08X)\n",
+1 -1
net/mac80211/driver-trace.h
··· 680 680 __entry->ret = ret; 681 681 __entry->action = action; 682 682 __entry->tid = tid; 683 - __entry->ssn = *ssn; 683 + __entry->ssn = ssn ? *ssn : 0; 684 684 ), 685 685 686 686 TP_printk(