summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/common.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18iwlegacy: move under intel directoryKalle Valo1-5586/+0
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-07-31iwlegacy: use correct structure type name in sizeofJulia Lawall1-1/+2
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-02-25iwlegacy: properly enable power savingStanislaw Gruszka1-14/+69
2014-01-04wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-04iwlegacy: use ether_addr_equal_64bitsJulia Lawall1-4/+4
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-2/+2
2013-08-02iwl4965: reset firmware after rfkill offStanislaw Gruszka1-0/+1
2013-06-12iwl4965: workaround for firmware frame tx rejectionStanislaw Gruszka1-0/+11
2013-05-17iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+1
2013-03-26net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-03-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-2/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-6/+4
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+2
2013-03-11iwlegacy: fix sparse warningsStephen Hemminger1-1/+1
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-9/+7
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-9/+7
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka1-5/+11
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-21/+14
2013-01-22iwlegacy: fix IBSS cleanupStanislaw Gruszka1-21/+14
2013-01-08iwlegacy: add flush callbackStanislaw Gruszka1-0/+36
2012-12-07iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-3/+2
2012-12-07iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas1-2/+3
2012-09-24iwlegacy: use eth_broadcast_addrJohannes Berg1-2/+2
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg1-12/+3
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-1/+1
2012-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+6
2012-07-09iwlegacy: always monitor for stuck queuesStanislaw Gruszka1-8/+6
2012-06-28iwlegacy: print how long queue was actually stuckPaul Bolle1-3/+4
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-7/+7
2012-03-26iwlegacy: fix BSSID settingStanislaw Gruszka1-10/+6
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka1-3/+12
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-2/+2
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-3/+3
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-30/+36
2012-02-22iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-6/+19
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka1-45/+44
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-247/+0
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-31/+19