aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31iwlwifi: correct frequency settingsStanislaw Gruszka1-6/+2
2011-01-28iwlwifi: do not set tx power when channel is changingStanislaw Gruszka1-3/+10
2011-01-21iwlwifi: initial P2P supportWey-Yi Guy1-2/+3
2011-01-21iwlwifi: use mac80211 throughput triggerWey-Yi Guy1-2/+0
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+2
2010-12-13iwlwifi: keep track of bt coex enable/disable stageWey-Yi Guy1-0/+1
2010-12-13iwlwifi: do not reload fw if WiMAX own the RFWey-Yi Guy1-0/+16
2010-12-06iwlwifi: jiffies based tx queues watchdogStanislaw Gruszka1-62/+49
2010-11-16iwlagn: support dynamic aggregation for BT coexWey-Yi Guy1-1/+1
2010-11-15iwlwifi: legacy tx_cmd_protection functionWey-Yi Guy1-34/+0
2010-11-15iwlwifi: Legacy isr only used by legacy devicesWey-Yi Guy1-60/+0
2010-11-15iwlwifi: implement switching iftype while upJohannes Berg1-44/+124
2010-11-15iwlagn: new RXON processing for modern devicesJohannes Berg1-531/+0
2010-11-15iwlwifi: make mac80211 ops a device configJohannes Berg1-5/+5
2010-11-15iwlwifi: Convert to new PCI PM frameworkJohn W. Linville1-12/+14
2010-11-15iwlwifi: avoid commit rxon during scan in iwl_set_no_assocStanislaw Gruszka1-12/+14
2010-11-15iwlwifi: fix set_tx_power vs scanStanislaw Gruszka1-24/+30
2010-10-14iwlwifi: blink LED in IBSS modeJohannes Berg1-0/+1
2010-10-14iwlwifi: rewrite RXON checksJohannes Berg1-52/+50
2010-10-14iwlwifi: rename ibss_beacon variableJohannes Berg1-8/+8
2010-10-14iwlgn: need longer tx queue stuck timer for coex devicesWey-Yi Guy1-7/+4
2010-10-07iwlwifi: remove apm_ops.stopJohannes Berg1-1/+1
2010-10-07iwlwifi: move iwl_dump_fh to agnJohannes Berg1-63/+0
2010-10-07iwlwifi: move iwl_dump_csr to agnJohannes Berg1-71/+0
2010-10-07iwlwifi: move iwl_toggle_rx_ant to agnJohannes Berg1-18/+0
2010-10-07iwlwifi: remove agn rates info thereJohannes Berg1-70/+0
2010-10-07iwlwifi: remove spurious exportsJohannes Berg1-1/+0
2010-10-07iwlwifi: rename iwl_mac_beacon_updateJohannes Berg1-18/+17
2010-10-07iwlwifi: move chain settings to agnJohannes Berg1-141/+0
2010-10-07Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville1-43/+52
2010-10-06Revert "iwlwifi: do not perferm force reset while doing scan"Stanislaw Gruszka1-5/+0
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-43/+52
2010-10-05iwlwifi: change WARN_ON to IWL_WARN in iwl_mac_add_interfaceStanislaw Gruszka1-1/+2
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+5
2010-09-17iwlwifi: do not perferm force reset while doing scanWey-Yi Guy1-0/+5
2010-09-14iwlwifi: do not force complete scan too earlyStanislaw Gruszka1-2/+4
2010-09-14iwlwifi: force scan complete after timeoutStanislaw Gruszka1-12/+3
2010-09-11iwlwifi: fix and describe iwl_adjust_beacon_intervalJohannes Berg1-2/+23
2010-09-11iwlwifi: improve timing handling with dual-modeJohannes Berg1-1/+13
2010-09-11iwlwifi: avoid sending too many commandsJohannes Berg1-1/+12
2010-09-11iwlwifi: implement beacon interval changeJohannes Berg1-3/+2
2010-08-27iwlwifi: allow using multiple contextsJohannes Berg1-32/+48
2010-08-27iwlwifi: follow main beacon intervalJohannes Berg1-2/+9
2010-08-27iwlwifi: pass context to iwl_send_rxon_timingJohannes Berg1-11/+9
2010-08-27iwlwifi: send PAN parametersJohannes Berg1-0/+6
2010-08-27iwlagn: send RXON timing before associatingJohannes Berg1-0/+2
2010-08-27iwlwifi: introduce beacon contextJohannes Berg1-7/+23
2010-08-27iwlwifi: move HT configuration data into contextJohannes Berg1-56/+57
2010-08-27iwlwifi: move virtual interface pointer into contextJohannes Berg1-17/+31
2010-08-27iwlwifi: move QoS into contextJohannes Berg1-17/+26