aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2012-03-06iwlwifi: move firmware completion waitJohannes Berg
2012-03-06iwlwifi: move firmware request into drvJohannes Berg
2012-03-06iwlwifi: move iwl_base_params to shared headerJohannes Berg
2012-03-06iwlwifi: move uCode deallocation to drvJohannes Berg
2012-03-06iwlwifi: fix station HT parametersJohannes Berg
2012-03-06iwlwifi: move traffic log definitionsJohannes Berg
2012-03-06iwlwifi: move IWL_MASK into file using itJohannes Berg
2012-03-06iwlwifi: move tid_to_ac to PCI-EJohannes Berg
2012-03-06iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg
2012-03-06iwlwifi: move queue functions to PCI-EJohannes Berg
2012-03-06iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg
2012-03-06iwlwifi: refactor PCI-E RX pathJohannes Berg
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg
2012-03-06iwlwifi: pass response packet directlyJohannes Berg
2012-03-06iwlwifi: use ieee80211_tx_statusJohannes Berg
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg
2012-03-06iwlwifi: reduce IDI code ifdefJohannes Berg
2012-03-06iwlwifi: make config constJohannes Berg
2012-03-06iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg
2012-03-06iwlwifi: remove SKU from configJohannes Berg
2012-03-06iwlwifi: remove per-device debug levelJohannes Berg
2012-03-06iwlwifi: simplify auth/assoc flowJohannes Berg
2012-03-06iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg
2012-03-06iwlwifi: remove shared lockJohannes Berg
2012-03-06iwlwifi: introduce statistics lockJohannes Berg
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg
2012-03-06iwlwifi: build some station commands directlyJohannes Berg
2012-03-06iwlwifi: simplify code in iwlagn_key_sta_idJohannes Berg
2012-03-06iwlwifi: reduce sta_lock hold time in TXJohannes Berg
2012-03-06iwlwifi: remove an unused argumentJohannes Berg
2012-03-06iwlwifi: move iwl_clear_driver_stations to userJohannes Berg
2012-03-06iwlwifi: always monitor for stuck queuesJohannes Berg
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg
2012-02-27iwlwifi: fix IDI compilationEmmanuel Grumbach
2012-02-27iwlwifi: update pci subsystem idWey-Yi Guy
2012-02-27iwlwifi: one more sku added to 6x35 seriesWey-Yi Guy
2012-02-27iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach
2012-02-27iwlwifi: document the operational modeEmmanuel Grumbach
2012-02-27iwlwifi: remove iwl_reset_traffic_log from sharedEmmanuel Grumbach
2012-02-27iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach
2012-02-27iwlwifi: kill iwl_bus.hEmmanuel Grumbach
2012-02-27iwlwifi: eeprom gets transport and not busEmmanuel Grumbach
2012-02-27iwlwifi: move eeprom defines to iwl-eeprom.cEmmanuel Grumbach
2012-02-27iwlwifi: remove a few dereferences to iwl_priv from the tansportEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach