aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy
AgeCommit message (Expand)Author
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-03-26iwlegacy: fix BSSID settingStanislaw Gruszka
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka
2012-02-29iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche
2012-02-29iwlegacy: Kconfig: Change Debug Option to be more clearGreg Dietsche
2012-02-29iwlegacy: Kconfig: Move Debugging OptionsGreg Dietsche
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg
2012-02-22iwlegacy: remove il_is_rfkill_hwStanislaw Gruszka
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka
2012-02-22iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UPStanislaw Gruszka
2012-02-22iwlegacy: small il4965_set_hw_ready cleanupStanislaw Gruszka
2012-02-22iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka
2012-02-22iwleagcy: fix ident code damageStanislaw Gruszka
2012-02-22iwleagcy: remove old commentsStanislaw Gruszka
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka
2012-02-22iwlegacy: remove temp_opsStanislaw Gruszka
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka
2012-02-22iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka
2012-02-22iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka
2012-02-22iwlegacy: cleanup/fix memory barriersStanislaw Gruszka
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka
2012-02-22iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka
2012-02-06iwlegacy: remove il_setup_interface()Stanislaw Gruszka
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka
2012-02-06iwlegacy: get rid of ctx->ac_to_queueStanislaw Gruszka
2012-02-06iwlegacy: get rid of ctx->ac_to_fifoStanislaw Gruszka
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka
2012-02-06iwlegacy: move qos_data out of ctx structureStanislaw Gruszka
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka