summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry2011-10-031-0/+1
* iwlagn: split remain-on-channelJohannes Berg2011-09-211-9/+1
* iwlagn: remove common station privJohannes Berg2011-09-211-2/+2
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-0/+5
|\
| * iwlagn: workaround bug crashing some APsDon Fry2011-09-161-0/+5
* | iwlagn: remove drvdata support from bus layerJohannes Berg2011-09-191-3/+1
* | iwlagn: move sysfs files to debugfsJohannes Berg2011-09-191-125/+0
* | iwlagn: clean up PM codeJohannes Berg2011-09-191-3/+3
* | iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach2011-09-191-5/+4
* | iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach2011-09-191-2/+2
* | iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach2011-09-141-4/+4
* | iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach2011-09-141-1/+1
* | iwlagn: handle GO powersaveJohannes Berg2011-08-291-0/+68
* | iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach2011-08-291-4/+5
* | iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach2011-08-291-2/+2
* | iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach2011-08-291-1/+1
* | iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach2011-08-291-1/+1
* | iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach2011-08-291-23/+0
* | iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach2011-08-291-0/+2
* | iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-2/+3
* | iwlagn: stop the device before freeing itEmmanuel Grumbach2011-08-291-9/+2
* | iwlagn: remove dereferences of priv from transportEmmanuel Grumbach2011-08-291-0/+7
* | iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach2011-08-291-1/+1
* | iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-291-28/+31
* | iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach2011-08-291-0/+4
* | iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach2011-08-291-4/+0
* | iwlagn: remove references to priv from the transport layerEmmanuel Grumbach2011-08-291-1/+1
* | iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach2011-08-291-1/+0
* | iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-9/+9
* | iwlagn: more comments for bt channel inhibitionWey-Yi Guy2011-08-291-1/+1
* | iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy2011-08-291-0/+5
* | iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach2011-08-291-358/+0
* | iwlagn: move ISR related data to transport layerEmmanuel Grumbach2011-08-291-10/+2
* | iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-5/+5
* | iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-22/+29
* | iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* | iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-49/+49
* | iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-7/+7
* | iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-35/+37
* | iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-8/+8
* | iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* | iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-23/+25
* | iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach2011-08-291-5/+5
* | iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach2011-08-291-5/+10
* | iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-15/+17
* | iwlagn: Rename iwlcore prefixWey-Yi Guy2011-08-291-2/+2
* | iwlagn: support new P2P implementationJohannes Berg2011-08-081-117/+73
* | iwlagn: move context init after firmware loadingJohannes Berg2011-08-081-92/+89
* | iwlagn: separate firmware version warningJohannes Berg2011-08-081-7/+17
* | iwlagn: remove wireless extensions inclusionsJohannes Berg2011-08-081-1/+0
|/