summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy2011-08-084-33/+74
* iwlagn: change default sensitivity value for 5000 and 6000 seriesWey-Yi Guy2011-08-082-10/+10
* iwlagn: support new P2P implementationJohannes Berg2011-08-089-215/+127
* iwlagn: move context init after firmware loadingJohannes Berg2011-08-081-92/+89
* iwlagn: bump firmware API for some devicesJohannes Berg2011-08-083-9/+30
* iwlagn: separate firmware version warningJohannes Berg2011-08-082-7/+20
* iwlagn: Remove ht40 support from 5.2GHz for _bgn devicesWey-Yi Guy2011-08-082-4/+2
* iwlagn: default smps mode for 1000 series deviceWey-Yi Guy2011-08-081-1/+1
* iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg2011-08-083-9/+24
* iwlagn: remove wireless extensions inclusionsJohannes Berg2011-08-087-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-034-10/+14
|\
| * iwlagn: 5000 do not support idle modeWey-Yi Guy2011-08-023-1/+5
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-021-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+2
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-2/+2
* | | iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller2011-07-241-0/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-2241-3305/+4018
|\ \ \ | | |/ | |/|
| * | iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2011-07-212-11/+11
| * | iwlagn: remove "disable otp refresh" W/AWey-Yi Guy2011-07-212-7/+1
| * | iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg2011-07-211-10/+11
| * | iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-213-6/+9
| * | iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy2011-07-211-2/+4
| * | iwlagn: implement WoWLANJohannes Berg2011-07-2111-14/+705
| * | iwlagn: rewrite HW cryptoJohannes Berg2011-07-216-224/+200
| * | iwlagn: remove forgotten debugfs functionJohannes Berg2011-07-211-2/+0
| * | iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-2110-256/+254
| * | iwlagn: remove keyinfo cacheJohannes Berg2011-07-212-30/+0
| * | iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-213-3/+9
| * | iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach2011-07-211-0/+10
| * | iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach2011-07-215-27/+26
| * | iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-2114-140/+161
| * | iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-2118-154/+168
| * | iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach2011-07-215-7/+14
| * | iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-218-193/+178
| * | iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-218-239/+274
| * | iwlagn: radio sensor offset in le16 formatWey-Yi Guy2011-07-212-5/+5
| * | iwlagn: define valid init calibration maskWey-Yi Guy2011-07-211-3/+13
| * | iwlagn: remove legacy calibration commandWey-Yi Guy2011-07-211-10/+0
| * | iwlagn: set correct calibration flagWey-Yi Guy2011-07-212-2/+4
| * | iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach2011-07-218-22/+6
| * | iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach2011-07-218-28/+20
| * | iwlagn: add kick_nic API to transport layerEmmanuel Grumbach2011-07-214-2/+16
| * | iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-167-210/+222
| * | iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-166-315/+297
| * | iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-168-58/+52
| * | iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach2011-07-167-299/+265
| * | iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-169-725/+799
| * | iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H2011-07-166-12/+3
| * | iwlagn: calibration bitmapWey-Yi Guy2011-07-163-10/+13
| * | iwlagn: set default of uCode ownership to driverHsu, Kenny2011-07-161-0/+2