summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-5000.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01iwlwifi: fix TX cmd dma unmappingTomas Winkler1-1/+1
2008-11-01iwlwifi: define firmware file name onceJay Sternberg1-6/+8
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-4/+4
2008-11-01iwlwifi: take a valid antenna upon rate scale initTomas Winkler1-1/+5
2008-11-01iwlwifi: make initial calibration set configurableTomas Winkler1-15/+29
2008-10-15iwlwifi: fix ct kill configuration for 5350Tomas Winkler1-3/+3
2008-09-16iwlwifi: add MODULE_FIRMWARE for 5000 HWTomas Winkler1-0/+2
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-8/+6
2008-09-08iwlwifi: cleanup PCI register handlingTomas Winkler1-3/+3
2008-09-08iwlwifi: generic init calibrations frameworkTomas Winkler1-54/+9
2008-09-03iwlwifi: fix 64bit platform firmware loadingTomas Winkler1-7/+4
2008-09-03iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE)Mohamed Abbas1-1/+2
2008-08-18removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-04iwlwifi: grap nic access before accessing periphery registersTomas Winkler1-1/+3
2008-08-04iwlwifi: implement iwl5000_calc_rssiTomas Winkler1-0/+39
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman1-3/+3
2008-08-04iwlwifi: HW bug fixesTomas Winkler1-0/+15
2008-08-04iwlwifi: fix checkpatch.pl errorsTomas Winkler1-1/+1
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach1-3/+3
2008-08-04iwlwifi: add power save to 5000 HWMohamed Abbas1-0/+1
2008-07-14iwlwifi: differentiate 4965 and 5000 hw ampdu queues numberTomas Winkler1-6/+13
2008-07-14iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach1-0/+11
2008-07-14iwlwifi: adding pci device ids to iwl_hw_card_idsEsti Kummer1-0/+18
2008-07-08iwlwifi: request Tx of block ack request if necessaryRon Rindjunsky1-3/+3
2008-07-02iwlwifi: fix iwl4965 temperature callback calibration issueZhu Yi1-3/+2
2008-07-01iwlwifi: fix 4965 uCode loadTomas Winkler1-4/+1
2008-07-01iwlwifi: control 11n capabilities through module paramRon Rindjunsky1-0/+2
2008-07-01iwlwifi: unite common settings of HW paramsRon Rindjunsky1-9/+1
2008-07-01iwlwifi: don't send REPLY_REMOVE_ALL_STA upon exitEmmanuel Grumbach1-1/+1
2008-07-01iwlwifi: move RX stats to core, and move temperature to handlerEmmanuel Grumbach1-0/+7
2008-07-01iwlwifi: configure uCode to use open loop tx power algorithmGregory Greenman1-1/+1
2008-06-14mac80211: add helpers for frame control testingHarvey Harrison1-4/+2
2008-06-14iwlwifi: move rate helpers to iwlcoreTomas Winkler1-8/+6
2008-06-14iwlwifi: refactor setting tx powerTomas Winkler1-0/+14
2008-06-14iwlwifi: refactor tx aggregation response flowTomas Winkler1-11/+6
2008-06-14iwlwifi: add TX aggregation code for 5000 HWTomas Winkler1-0/+132
2008-06-14iwlwifi: map sw and hw ampdu queuesRon Rindjunsky1-1/+2
2008-06-14iwlwifi: add possibility to disable tx_power calibrationEmmanuel Grumbach1-0/+7
2008-06-14iwlwifi: removes the RUN_TIME_CALIB ifdefEmmanuel Grumbach1-11/+0
2008-06-14iwlwifi: removing IWL4965_HT configRon Rindjunsky1-24/+20
2008-06-03iwlwifi: send calibration results as HUGE commandsEmmanuel Grumbach1-18/+27
2008-06-03iwlwifi: move aggregation code to iwl-tx.cTomas Winkler1-2/+2
2008-06-03iwlwifi: iwl-5000 add rxon_assocRon Rindjunsky1-0/+48
2008-06-03iwlwifi: implement txq invalidate byte count tableTomas Winkler1-0/+21
2008-06-03iwlwifi: move tx reclaim flow into iwl-txTomas Winkler1-2/+2
2008-06-03iwlwlifi: impelemnt 5000 tx response pathRon Rindjunsky1-0/+236
2008-06-03iwlwifi: activate status ready timeout only for run time ucodeRon Rindjunsky1-1/+4
2008-06-03iwlwifi-5000: implement initial calibration for 5000Tomas Winkler1-0/+127
2008-06-03iwlwifi: move txq_ctx_stop into iwl-tx.cTomas Winkler1-22/+10
2008-06-03iwlwifi: refactor stop master functionTomas Winkler1-2/+27