summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam2012-01-161-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-051-6/+4
|\
| * drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocationDjalal Harouni2012-01-041-6/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0338-917/+1052
|\ \ | |/
| * iwlagn: fix (remove) use of PAGE_SIZEJohannes Berg2011-12-212-44/+31
| * iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi2011-12-192-5/+4
| * iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy2011-12-191-10/+3
| * iwlwifi: set hw_version in wiphyWey-Yi Guy2011-12-191-0/+2
| * iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy2011-12-194-7/+23
| * iwlagn: finer-grained HT disableJohannes Berg2011-12-193-5/+15
| * iwlagn: add IRQ tracingJohannes Berg2011-12-192-11/+50
| * iwlagn: remove iwlagn_build_addsta_hcmdJohannes Berg2011-12-161-13/+2
| * iwlwifi: add IO function for continuous write of target memoryHsu, Kenny2011-12-162-4/+20
| * iwlwifi: remove unused AMPDU factor/density configurationJohannes Berg2011-12-162-8/+0
| * iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry2011-12-167-66/+140
| * iwlwifi: create iwl_mac80211 unregister routineDon Fry2011-12-163-6/+11
| * iwlwifi: add missing documentation for iwl_sharedEmmanuel Grumbach2011-12-161-0/+3
| * iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach2011-12-161-0/+8
| * iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach2011-12-163-45/+11
| * iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach2011-12-162-0/+14
| * iwlwifi: reset the tid_data when a station is removedEmmanuel Grumbach2011-12-161-0/+5
| * iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach2011-12-166-85/+84
| * iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach2011-12-162-21/+16
| * iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach2011-12-163-26/+31
| * iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach2011-12-167-41/+59
| * iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach2011-12-162-43/+39
| * iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach2011-12-166-64/+74
| * iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach2011-12-164-34/+36
| * iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach2011-12-165-99/+87
| * iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach2011-12-162-17/+14
| * iwlwifi: we can wake SW queues even when draining HW queuesEmmanuel Grumbach2011-12-161-13/+3
| * iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach2011-12-165-38/+54
| * iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach2011-12-161-1/+1
| * iwlwifi: Add official names for new devicesDon Fry2011-12-162-7/+7
| * iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-1626-300/+301
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-3/+1
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-211-3/+1
| |\
| | * iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach2011-12-191-3/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-153-3/+12
| |\ \ | | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-059-42/+65
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-111-16/+17
| |\ \ \
* | \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-143-3/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy2011-12-141-2/+2
| * | | | iwlwifi: tx_sync only on PAN contextJohannes Berg2011-12-141-0/+6
| * | | | iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy2011-12-121-1/+4
| | |_|/ | |/| |
* | | | iwlagn: use IWL_MAX_TID_COUNT instead of TID_MAX_LOAD_COUNTJohannes Berg2011-12-082-7/+6
* | | | iwlagn: use IWL_MAX_TID_COUNT for WoWLANJohannes Berg2011-12-081-1/+1
* | | | iwlagn: fix TID use bugJohannes Berg2011-12-081-1/+1
* | | | iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry2011-12-087-33/+34
* | | | iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry2011-12-087-18/+21
OpenPOWER on IntegriCloud