summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville32-2254/+2485
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
2011-11-02iwlagn: fix the race in the unmapping of the HCMDEmmanuel Grumbach1-4/+8
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-14iwlagn: fix priv->cfg->ht_params NULL pointer dereferenceStanislaw Gruszka1-2/+2
2011-10-14iwlagn: add missing include to iwl-agn-rs.hEmmanuel Grumbach1-0/+4
2011-10-14iwlagn: remove uneeded include to iwl-dev.hEmmanuel Grumbach2-5/+1
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach16-59/+8
2011-10-14iwlagn: move iwl_beacon_time_mask_XXX near to usageEmmanuel Grumbach2-29/+23
2011-10-14iwlagn: remove 6000 hw headerJohannes Berg4-83/+9
2011-10-14iwlagn: remove 5000 hw headerJohannes Berg2-89/+15
2011-10-14iwlagn: rename iwl-rx.c to iwl-agn-rx.cWey-Yi Guy2-51/+56
2011-10-14iwlagn: merge station management functionsWey-Yi Guy17-1007/+940
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy12-56/+63
2011-10-14iwlagn: add debug for mac80211 callbackWey-Yi Guy5-9/+40