aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.c
AgeCommit message (Expand)Author
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03iwlegacy: use ether_addr_equal_64bitsJulia Lawall
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez
2013-08-02iwl4965: reset firmware after rfkill offStanislaw Gruszka
2013-06-12iwl4965: workaround for firmware frame tx rejectionStanislaw Gruszka
2013-05-17iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-26net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-11iwlegacy: fix sparse warningsStephen Hemminger
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22iwlegacy: fix IBSS cleanupStanislaw Gruszka
2013-01-07iwlegacy: add flush callbackStanislaw Gruszka
2012-12-07iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas
2012-12-07iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas
2012-09-24iwlegacy: use eth_broadcast_addrJohannes Berg
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-09iwlegacy: always monitor for stuck queuesStanislaw Gruszka
2012-06-28iwlegacy: print how long queue was actually stuckPaul Bolle
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-03-26iwlegacy: fix BSSID settingStanislaw Gruszka
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka
2012-02-22iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka
2012-02-22iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka
2012-02-22iwlegacy: regulatory_bands is not an opsStanislaw Gruszka
2012-02-22iwlegacy: cleanup/fix memory barriersStanislaw Gruszka
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka