aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-27iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach1-0/+5
2012-02-27iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach1-1/+8
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach1-1/+3
2012-02-27iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach1-2/+6
2012-02-27iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-1/+3
2012-02-27iwlwifi: iwl-agn.h included twiceDanny Kukawka1-1/+0
2012-02-17iwlwifi: remove un-necessary returnWey-Yi Guy1-3/+2
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-1/+1
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach1-3/+2
2012-02-02iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach1-40/+0
2012-02-02iwlwifi: move apm_init to start_hwEmmanuel Grumbach1-85/+0
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-13/+15
2012-01-06iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-19iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy1-1/+1
2011-12-16iwlwifi: remove unused AMPDU factor/density configurationJohannes Berg1-4/+0
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach1-28/+0
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-17/+16
2011-12-06iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry1-14/+1
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+17
2011-12-02iwlwifi: change the default behavior of watchdog timerWey-Yi Guy1-5/+17
2011-11-11iwlwifi: set "echo" host command lengthWey-Yi Guy1-0/+1
2011-11-11iwlwifi: move more mac80211 callback functionWey-Yi Guy1-304/+0
2011-11-11iwlagn: use per-vif AC parametersJohannes Berg1-16/+14
2011-11-02iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy1-10/+0
2011-10-14iwlagn: remove uneeded include to iwl-dev.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: move iwl_beacon_time_mask_XXX near to usageEmmanuel Grumbach1-1/+23
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy1-7/+9
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy1-0/+4
2011-10-14iwlagn: eliminate bus pointer from iwl_priv structureDon Fry1-2/+2
2011-10-14iwlagn: add "echo test" command to debugfsWey-Yi Guy1-1/+7
2011-10-14iwlagn: check rf kill in queue stuckWey-Yi Guy1-0/+3
2011-10-14iwlagn: add "echo" test when command queue stuckWey-Yi Guy1-1/+22
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-2/+3
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach1-3/+3
2011-09-19iwlagn: do not use interruptible waitsJohannes Berg1-1/+1
2011-09-19iwlagn: provide data after WARN_ONEmmanuel Grumbach1-1/+7
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry1-11/+10
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach1-1/+2
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach1-0/+10
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach1-0/+9
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-0/+6
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-2/+2
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+6
2011-09-13iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()Dan Carpenter1-1/+1
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-23/+3
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach1-1/+20
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach1-0/+8
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-13/+14