summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocationDjalal Harouni2012-01-041-6/+4
* 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 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-092-7/+6
* | iwlagn: use IWL_MAX_TID_COUNT for WoWLANJohannes Berg2011-12-091-1/+1
* | iwlagn: fix TID use bugJohannes Berg2011-12-091-1/+1
* | iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry2011-12-097-33/+34
* | iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry2011-12-097-18/+21
* | iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry2011-12-0912-72/+78
* | iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy2011-12-091-1/+2
* | iwlwifi: P2P is not enabled by defaultWey-Yi Guy2011-12-092-1/+25
* | iwlwifi: add device ID information support by testmodeHsu, Kenny2011-12-092-2/+36
* | iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy2011-12-097-15/+15
* | iwlwifi: remove reference to legacy devicesWey-Yi Guy2011-12-091-3/+2
* | iwlwifi: minor cleanupWey-Yi Guy2011-12-092-47/+15
* | iwlwifi: Display more uCode debug infoWey-Yi Guy2011-12-092-10/+29
* | iwlwifi: hide kernel option IWLWIFI_DEVICE_SVTOOLHsu, Kenny2011-12-091-2/+2