summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2012-01-11iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach
2012-01-11iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy
2012-01-11iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy
2011-12-09iwlagn: fix HW crypto for TX-only keysJohannes Berg
2011-12-09iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy
2011-12-09iwlwifi: allow pci_enable_msi failWey-Yi Guy
2011-11-11iwlagn: do not use interruptible waitsJohannes Berg
2011-11-11iwlagn: fix priv->cfg->ht_params NULL pointer dereferenceStanislaw Gruszka
2011-09-26iwlagn: fix dangling scan requestJohannes Berg
2011-09-16iwlagn: workaround bug crashing some APsDon Fry
2011-09-13iwlagn: fix command queue timeoutJohannes Berg
2011-09-13iwlagn: fix stack corruptionJohannes Berg
2011-08-13iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach
2011-08-13Revert "iwlagn: sysfs couldn't find the priv pointer"Emmanuel Grumbach
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-21iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach
2011-07-21iwlagn: remove "disable otp refresh" W/AWey-Yi Guy
2011-07-21iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg
2011-07-21iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy
2011-07-21iwlagn: implement WoWLANJohannes Berg
2011-07-21iwlagn: rewrite HW cryptoJohannes Berg
2011-07-21iwlagn: remove forgotten debugfs functionJohannes Berg
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy
2011-07-21iwlagn: remove keyinfo cacheJohannes Berg
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy
2011-07-21iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach
2011-07-21iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach
2011-07-21iwlagn: radio sensor offset in le16 formatWey-Yi Guy
2011-07-21iwlagn: define valid init calibration maskWey-Yi Guy
2011-07-21iwlagn: remove legacy calibration commandWey-Yi Guy
2011-07-21iwlagn: set correct calibration flagWey-Yi Guy
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach