aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam1-1/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-6/+4
2012-01-04drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocationDjalal Harouni1-6/+4
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville38-917/+1052
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2011-12-21iwlagn: fix (remove) use of PAGE_SIZEJohannes Berg2-44/+31
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-3/+1
2011-12-19iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi2-5/+4
2011-12-19iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy1-10/+3
2011-12-19iwlwifi: set hw_version in wiphyWey-Yi Guy1-0/+2
2011-12-19iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy4-7/+23
2011-12-19iwlagn: finer-grained HT disableJohannes Berg3-5/+15
2011-12-19iwlagn: add IRQ tracingJohannes Berg2-11/+50
2011-12-19iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach1-3/+1
2011-12-16iwlagn: remove iwlagn_build_addsta_hcmdJohannes Berg1-13/+2
2011-12-16iwlwifi: add IO function for continuous write of target memoryHsu, Kenny2-4/+20
2011-12-16iwlwifi: remove unused AMPDU factor/density configurationJohannes Berg2-8/+0
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry7-66/+140
2011-12-16iwlwifi: create iwl_mac80211 unregister routineDon Fry3-6/+11
2011-12-16iwlwifi: add missing documentation for iwl_sharedEmmanuel Grumbach1-0/+3
2011-12-16iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach1-0/+8
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach3-45/+11
2011-12-16iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach2-0/+14
2011-12-16iwlwifi: reset the tid_data when a station is removedEmmanuel Grumbach1-0/+5
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach6-85/+84
2011-12-16iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach2-21/+16
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach3-26/+31
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach7-41/+59
2011-12-16iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach2-43/+39
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach6-64/+74
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach4-34/+36
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach5-99/+87
2011-12-16iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach2-17/+14
2011-12-16iwlwifi: we can wake SW queues even when draining HW queuesEmmanuel Grumbach1-13/+3
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach5-38/+54
2011-12-16iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: Add official names for new devicesDon Fry2-7/+7
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry26-300/+301
2011-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-3/+12
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-3/+12
2011-12-14iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy1-2/+2
2011-12-14iwlwifi: tx_sync only on PAN contextJohannes Berg1-0/+6
2011-12-12iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy1-1/+4
2011-12-08iwlagn: use IWL_MAX_TID_COUNT instead of TID_MAX_LOAD_COUNTJohannes Berg2-7/+6
2011-12-08iwlagn: use IWL_MAX_TID_COUNT for WoWLANJohannes Berg1-1/+1
2011-12-08iwlagn: fix TID use bugJohannes Berg1-1/+1
2011-12-08iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry7-33/+34
2011-12-08iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry7-18/+21
2011-12-08iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry12-72/+78
2011-12-08iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy1-1/+2