summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-08-09iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy4-33/+74
2011-08-09iwlagn: change default sensitivity value for 5000 and 6000 seriesWey-Yi Guy2-10/+10
2011-08-09iwlagn: support new P2P implementationJohannes Berg9-215/+127
2011-08-09iwlagn: move context init after firmware loadingJohannes Berg1-92/+89
2011-08-09iwlagn: bump firmware API for some devicesJohannes Berg3-9/+30
2011-08-09iwlagn: separate firmware version warningJohannes Berg2-7/+20
2011-08-09iwlagn: Remove ht40 support from 5.2GHz for _bgn devicesWey-Yi Guy2-4/+2
2011-08-09iwlagn: default smps mode for 1000 series deviceWey-Yi Guy1-1/+1
2011-08-09iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg3-9/+24
2011-08-08iwlagn: remove wireless extensions inclusionsJohannes Berg7-7/+0
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville4-10/+14
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-9/+9
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-07-25iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville41-3305/+4018
2011-07-21iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2-11/+11
2011-07-21iwlagn: remove "disable otp refresh" W/AWey-Yi Guy2-7/+1
2011-07-21iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg1-10/+11
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg3-6/+9
2011-07-21iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy1-2/+4
2011-07-21iwlagn: implement WoWLANJohannes Berg11-14/+705
2011-07-21iwlagn: rewrite HW cryptoJohannes Berg6-224/+200
2011-07-21iwlagn: remove forgotten debugfs functionJohannes Berg1-2/+0
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy10-256/+254
2011-07-21iwlagn: remove keyinfo cacheJohannes Berg2-30/+0
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy3-3/+9
2011-07-21iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach1-0/+10
2011-07-21iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach5-27/+26
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach14-140/+161
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach18-154/+168
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach5-7/+14
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach8-193/+178
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach8-239/+274
2011-07-21iwlagn: radio sensor offset in le16 formatWey-Yi Guy2-5/+5
2011-07-21iwlagn: define valid init calibration maskWey-Yi Guy1-3/+13
2011-07-21iwlagn: remove legacy calibration commandWey-Yi Guy1-10/+0
2011-07-21iwlagn: set correct calibration flagWey-Yi Guy2-2/+4
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach8-22/+6
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach8-28/+20
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach4-2/+16
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-2/+2
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach7-210/+222
2011-07-16iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach6-315/+297
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach8-58/+52
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach7-299/+265
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach9-725/+799
2011-07-16iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H6-12/+3
2011-07-16iwlagn: calibration bitmapWey-Yi Guy3-10/+13
2011-07-16iwlagn: set default of uCode ownership to driverHsu, Kenny1-0/+2