aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-hcmd.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Gravatar Wey-Yi Guy 1-5/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Gravatar Wey-Yi Guy 1-0/+5
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Gravatar Wey-Yi Guy 1-5/+0
2011-01-21iwlagn: properly wait for PAN disableGravatar Johannes Berg 1-0/+1
2010-08-27iwlwifi: add PAN APIGravatar Johannes Berg 1-0/+8
2010-08-27iwlwifi: prepare for PAN queue/fifo assignmentGravatar Johannes Berg 1-1/+1
2010-08-25iwlwifi: add 6000g2b BT coexist APIGravatar Johannes Berg 1-0/+3
2010-07-02iwlwifi: tx fifo queue flush commandGravatar Wey-Yi Guy 1-0/+1
2010-04-02iwlwifi: remove trailing space in messagesGravatar Frans Pop 1-2/+2
2010-02-19iwlwifi: enable serialization of synchronous commandsGravatar Reinette Chatre 1-7/+7
2010-01-19iwlwifi: update copyright year to 2010Gravatar Reinette Chatre 1-1/+1
2010-01-12iwlwifi: remove obsoleted host commandGravatar Wey-Yi Guy 1-1/+0
2009-12-21iwlwifi: allocated rx page accounting cleanupGravatar Zhu Yi 1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2009-11-11iwlwifi: change debug message to error in failure caseGravatar Reinette Chatre 1-2/+2
2009-11-02iwlwifi: coex API data structureGravatar Wey-Yi Guy 1-0/+2
2009-10-27iwlwifi: add missing commands to syslog messagesGravatar Jay Sternberg 1-0/+2
2009-10-27iwlwifi: use paged RxGravatar Zhu Yi 1-15/+6
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-08-14iwlwifi: Traffic type and counter for debugFsGravatar Wey-Yi Guy 1-2/+0
2009-07-27iwlwifi: remove command callback return valueGravatar Johannes Berg 1-12/+9
2009-07-27iwlwifi: fix up command sendingGravatar Johannes Berg 1-25/+23
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGGravatar Tomas Winkler 1-4/+4
2009-01-29iwlwifi: update copyright year to 2009Gravatar Reinette Chatre 1-1/+1
2009-01-29iwlwifi: replace IWL_ERROR with IWL_ERRGravatar Winkler, Tomas 1-10/+12
2009-01-16iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failureGravatar Zhu Yi 1-1/+1
2009-01-12iwlwifi: Fix get_cmd_string() for REPLY_3945_RXGravatar Samuel Ortiz 1-0/+1
2008-12-12iwlwifi: change email contact informationGravatar Winkler, Tomas 1-1/+1
2008-11-25iwlwifi : fix checkpatch.pl errorsGravatar Abhijeet Kolekar 1-1/+1
2008-08-22iwlwifi: add level for debugging host commandGravatar Esti Kummer 1-2/+12
2008-08-18removed unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2008-08-04iwlwifi: memory allocation optimizationGravatar Gregory Greenman 1-1/+1
2008-06-30iwlwifi: add REPLY_TX_POWER_DBM_CMD to get_cmd_stringGravatar Emmanuel Grumbach 1-0/+1
2008-06-03iwlwifi-5000: implement initial calibration for 5000Gravatar Tomas Winkler 1-0/+4
2008-05-21iwlwifi: move TX code into iwl-tx.cGravatar Tomas Winkler 1-2/+2
2008-05-14iwlwifi: remove 4965 from rx_packetGravatar Tomas Winkler 1-2/+2
2008-05-07iwlwifi: rename iwl-4965.h to iwl-dev.hGravatar Tomas Winkler 1-1/+1
2008-04-16iwlwifi: add default WEP key host commandGravatar Emmanuel Grumbach 1-0/+1
2008-04-01iwlwifi: Fix synchronous host commandGravatar Tomas Winkler 1-4/+4
2008-03-27iwlwifi: allow a default callback for ASYNC host commandsGravatar Emmanuel Grumbach 1-2/+28
2008-03-25iwlwifi: move host command sending functions to core moduleGravatar Tomas Winkler 1-0/+251