summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07iwlagn: remove hw_revJohannes Berg1-5/+6
2011-04-07iwlagn: remove hw_wa_revJohannes Berg1-1/+0
2011-04-07iwlagn: init cmd_queue earlierJohannes Berg1-6/+5
2011-04-07iwlagn: clean up alive handlingJohannes Berg1-12/+4
2011-04-07iwlagn: add feature flagsJohannes Berg1-3/+26
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: remove ucode_data_backupJohannes Berg1-18/+1
2011-04-07iwlagn: remove bootstrap codeJohannes Berg1-32/+4
2011-04-07iwlagn: verify specific ucodeJohannes Berg1-1/+1
2011-04-07iwlagn: clean up ucode loadingJohannes Berg1-3/+3
2011-04-07iwlagn: make mac80211 handlers staticJohannes Berg1-26/+27
2011-04-07iwlwifi: remove sync_cmd_mutexStanislaw Gruszka1-4/+0
2011-04-07iwlwifi: more priv->mutex serializationStanislaw Gruszka1-14/+20
2011-04-05Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-245/+21
2011-03-30iwlwifi: remove duplicate initialization in __iwl_down()Dan Carpenter1-1/+1
2011-03-25iwlagn: remove deprecated module parametersWey-Yi Guy1-30/+0
2011-03-25iwlagn: remove reference to 3945 and 4965Wey-Yi Guy1-24/+15
2011-03-25iwlwifi: remove legacy isr taskletWey-Yi Guy1-191/+2
2011-03-25iwlagn: fix aggregation queue scheduler setupJohannes Berg1-0/+4
2011-03-21iwlwifi: missing unlock on error pathDan Carpenter1-2/+5
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+87
2011-03-11iwlagn: support off-channel TXJohannes Berg1-0/+87
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-176/+2
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-89/+21
2011-03-04iwlwifi: avoid too frequent recover from statisticsStanislaw Gruszka1-0/+2
2011-03-04iwlwifi: move rx handlers code to iwl-rx.cStanislaw Gruszka1-176/+0
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-1/+1
2011-02-28iwlwifi: move check health code into iwl-rx.cStanislaw Gruszka1-66/+0
2011-02-28iwlwifi: add {ack,plpc}_check module parametersStanislaw Gruszka1-0/+6
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-2/+1
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-18/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy1-0/+18
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-18/+0
2011-02-21iwlwifi: enable 2-wire bt coex support for non-combo deviceWey-Yi Guy1-3/+5
2011-02-21iwlwifi: Loading correct uCode again when fail to loadWey-Yi Guy1-0/+9
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+6
2011-02-10iwlwifi: fix ack health for WiFi/BT combo devicesStanislaw Gruszka1-2/+7
2011-02-10iwlwifi: cleanup iwl_good_ack_healthStanislaw Gruszka1-34/+35
2011-02-08iwlagn: Re-enable RF_KILL interrupt when downDon Fry1-0/+6
2011-02-06iwlwifi: fix compiling error with different configurationWey-Yi Guy1-2/+4
2011-02-01iwlagn: remove unsupported BT SCO commandWey-Yi Guy1-4/+1
2011-02-01iwlwifi: fix beacon notification parsingJohannes Berg1-8/+8
2011-02-01iwlwifi: use maximum aggregation sizeJohannes Berg1-5/+27
2011-02-01iwlwifi: advertise max aggregate sizeJohannes Berg1-0/+2
2011-02-01iwlwifi: support RSN IBSSJohannes Berg1-1/+10
2011-02-01iwlwifi: check ucode loading error and restartWey-Yi Guy1-9/+6
2011-01-28iwlwifi: introduce iwl_bt_statisticsStanislaw Gruszka1-2/+1
2011-01-22iwlwifi: initial P2P supportWey-Yi Guy1-0/+4
2011-01-22iwlwifi: replace minimum slot time constantJohannes Berg1-1/+1
2011-01-22iwlwifi: implement remain-on-channelJohannes Berg1-0/+94