summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy1-27/+29
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy1-6/+26
2011-10-14iwlagn: don't stop rts/cts until last aggregation queue closeWey-Yi Guy1-6/+4
2011-10-14iwlagn: eliminate bus pointer from iwl_priv structureDon Fry1-9/+8
2011-10-14iwlagn: update beacon smarterJohannes Berg1-0/+11
2011-10-11iwlagn: separate init calib and rt calibWey-Yi Guy1-1/+1
2011-10-03iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry1-0/+1
2011-09-21iwlagn: split remain-on-channelJohannes Berg1-9/+1
2011-09-21iwlagn: remove common station privJohannes Berg1-2/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+5
2011-09-19iwlagn: remove drvdata support from bus layerJohannes Berg1-3/+1
2011-09-19iwlagn: move sysfs files to debugfsJohannes Berg1-125/+0
2011-09-19iwlagn: clean up PM codeJohannes Berg1-3/+3
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach1-5/+4
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach1-2/+2
2011-09-16iwlagn: workaround bug crashing some APsDon Fry1-0/+5
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-4/+4
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: handle GO powersaveJohannes Berg1-0/+68
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-4/+5
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-23/+0
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach1-0/+2
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach1-2/+3
2011-08-29iwlagn: stop the device before freeing itEmmanuel Grumbach1-9/+2
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach1-0/+7
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-28/+31
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach1-0/+4
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach1-4/+0
2011-08-29iwlagn: remove references to priv from the transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-9/+9
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy1-1/+1
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy1-0/+5
2011-08-29iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach1-358/+0
2011-08-29iwlagn: move ISR related data to transport layerEmmanuel Grumbach1-10/+2
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach1-5/+5
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-22/+29
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-49/+49
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-7/+7
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-35/+37
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-8/+8
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-23/+25