summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/3945-mac.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18iwlegacy: move under intel directoryKalle Valo1-3959/+0
2015-07-21iwlegacy: convert hex_dump_to_buffer() to %*phAndy Shevchenko1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-2/+4
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+2
2015-01-07iwl3945: Use setup_timerJulia Lawall1-3/+1
2014-02-25iwlegacy: merge reclaim checkStanislaw Gruszka1-8/+1
2014-02-25iwl3945: fix wakeup interruptStanislaw Gruszka1-1/+3
2013-12-05iwl3945: do not print RFKILL messageStanislaw Gruszka1-2/+1
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-3/+3
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-1/+1
2013-09-26wireless: iwlegacy: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-06-12iwlegacy: fix error return code in il3945_pci_probe()Wei Yongjun1-1/+2
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+12
2013-03-18iwl3945: fix length of dma buffersStanislaw Gruszka1-10/+12
2013-03-11iwlegacy: fix sparse warningsStephen Hemminger1-1/+1
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka1-24/+27
2013-02-01iwlegacy: check for dma mapping errorsStanislaw Gruszka1-12/+27
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-01-08iwlegacy: allow to enable PSStanislaw Gruszka1-1/+4
2013-01-08iwlegacy: add flush callbackStanislaw Gruszka1-0/+1
2013-01-07drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang1-1/+1
2012-12-07iwlegacy: remove __dev* attributesBill Pemberton1-2/+2
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-4/+8
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka1-2/+0
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-15/+15
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-4/+13
2012-02-22iwleagcy: fix ident code damageStanislaw Gruszka1-13/+5
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka1-7/+9
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-10/+2
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-4/+4
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka1-0/+3
2012-02-22iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka1-3/+3
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-3/+1
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-12/+10
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-37/+30
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka1-4/+2
2012-02-06iwlegacy: get rid of ctxidStanislaw Gruszka1-2/+0
2012-02-06iwlegacy: get rid of *_devtypeStanislaw Gruszka1-3/+0
2012-02-06iwlegacy: move bcast_sta_id to hw_paramsStanislaw Gruszka1-2/+2
2012-02-06iwlegacy: get rid of ap_sta_idStanislaw Gruszka1-1/+0
2012-02-06iwlegacy: get rid of wep_key_cmdStanislaw Gruszka1-1/+0
2012-02-06iwlegacy: get rid of qos_cmdStanislaw Gruszka1-1/+0
2012-02-06iwlegacy: get rid of rxon_assoc_cmdStanislaw Gruszka1-1/+0
2012-02-06iwlegacy: get rid of ctx->rxon_timing_cmdStanislaw Gruszka1-1/+0
2012-02-06iwlegacy: get rid of ctx->rxon_cmdStanislaw Gruszka1-1/+0