summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-11-28iwlwifi: help to debug AGG SM inconsistenciesEmmanuel Grumbach1-2/+10
2011-11-28iwlwifi: show the configuration optionWey-Yi Guy1-0/+32
2011-11-28iwlwifi: show command string for REPLY_D3_CONFIGWey-Yi Guy1-0/+1
2011-11-28iwlagn: allow up to uCode API 6 for 6000 devicesJohannes Berg1-2/+5
2011-11-28iwlagn: dynamically allocate & reflect calibration dataJohannes Berg5-73/+46
2011-11-28iwlagn: remove calibration knowledgeJohannes Berg8-75/+22
2011-11-28iwlwifi: add tm commands for indirect register accessHsu, Kenny2-13/+47
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-22iwl-debug: Shrink object by using dev_err and deduplicating formatsJoe Perches1-16/+21
2011-11-22iwlwifi: remove redundancyWey-Yi Guy1-1/+1
2011-11-22iwlwifi: tid_data is taken twice in iwl_trans_pcie_tx_agg_allocEmmanuel Grumbach1-1/+0
2011-11-22iwlwifi: fix endianity issues in debug printsEmmanuel Grumbach1-4/+2
2011-11-22iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach4-6/+9
2011-11-22iwlwifi: check the HW when a queue is stuckEmmanuel Grumbach1-1/+5
2011-11-11iwlagn: move nvm_device_type from iwl_priv to iwl_transDon Fry4-16/+18
2011-11-11iwlagn: Remove dependence of iwl_priv from eeprom routines.Don Fry1-58/+58
2011-11-11iwlwifi: fix rate-scaling algorithm for BT combo devicesVenkataraman, Meenakshi1-6/+2
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach8-33/+67
2011-11-11iwlwifi: remove the use of the QOS debug flagEmmanuel Grumbach2-3/+3
2011-11-11iwlagn: don't always split remain-on-channelJohannes Berg1-0/+2
2011-11-11iwlagn: convert remain-on-channel duration to TUJohannes Berg1-1/+2
2011-11-11iwlwifi: fix unused label in iwl_send_cmd_syncEmmanuel Grumbach1-1/+1
2011-11-11iwlwifi: check status before send commandWey-Yi Guy1-12/+14
2011-11-11iwlwifi: set "echo" host command lengthWey-Yi Guy1-0/+1
2011-11-11iwlwifi: Move the core suspend function to iwl-agn-libWey-Yi Guy3-345/+365
2011-11-11iwlwifi: move station functions to mac80211Wey-Yi Guy3-75/+71
2011-11-11iwlwifi: move hw_scan into _mac80211 fileWey-Yi Guy3-48/+46
2011-11-11iwlwifi: move more mac80211 callback functionWey-Yi Guy3-315/+308
2011-11-11iwlagn: explicitly program P2P QoS parametersJohannes Berg1-0/+28
2011-11-11iwlagn: use per-vif AC parametersJohannes Berg1-16/+14
2011-11-11iwlwifi: move all mac80211 related functions to one placeWey-Yi Guy4-1475/+1540
2011-11-11iwlagn: move ucode files out of the iwl_priv structureDon Fry6-109/+121
2011-11-11iwlagn: push knowledge of ucode image lower downDon Fry1-21/+30
2011-11-11iwlagn: remove knowledge of ucode image location from upper layersDon Fry4-14/+27
2011-11-11iwlagn: move ucode_write_complete from priv to trans structureDon Fry4-16/+19
2011-11-11iwlwifi: remove un-supported SKUsWey-Yi Guy4-54/+0
2011-11-11iwlagn: fix NULL ptr deref when reprogramming sta w/o LQJohannes Berg1-3/+7
2011-11-11iwlagn: check for SMPS modeWey-Yi Guy2-0/+4
2011-11-11iwlwifi: two more SKUs for 6x05 seriesWey-Yi Guy1-0/+2
2011-11-11iwlwifi: Suppress noisy syslog messages when RF_KILL switch engagedTodd Previte4-7/+25
2011-11-11iwlagn: add P2P NoA to probe responsesJohannes Berg4-0/+68
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-19/+11
2011-11-09iwlagn: use 6 Mbps rate for no-CCK scansJohannes Berg1-1/+2
2011-11-09iwlagn: simplify iwl_alloc_allDon Fry1-6/+4
2011-11-09iwlwifi: HW rev for 105 and 135 seriesWey-Yi Guy1-2/+2
2011-11-09iwlagn: remove unnecessary type for tracing operationsDon Fry2-13/+12
2011-11-09iwlagn: update wowlan APIJohannes Berg2-11/+29
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-19/+11
2011-11-02iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy1-10/+0
2011-11-02iwlwifi: allow pci_enable_msi failWey-Yi Guy1-5/+3