summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it1-15/+40
2011-10-31drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker1-1/+1
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27b43: update dummy transmissionRafał Miłecki1-4/+7
2011-09-27b43: add missing MMIO definesRafał Miłecki1-17/+21
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-2/+3
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-1/+2
2011-09-19b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-09-14b43: add my copyrights and myself as the module authorRafał Miłecki1-0/+2
2011-09-13b43: LCN-PHY: minor fixesRafał Miłecki1-0/+1
2011-08-29b43: Fix swatch warningLarry Finger1-1/+4
2011-08-26b43: drop Kconfig option of forcing PIO modeRafał Miłecki1-1/+1
2011-08-24b43/legacy: Remove firmware IDsMichael Büsch1-3/+1
2011-08-24b43: warn when forcing PIO modeRafał Miłecki1-2/+7
2011-08-22b43: include HT-PHY in some common codeRafał Miłecki1-0/+1
2011-08-22b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki1-1/+3
2011-08-22b43: use enum for firmware header formatRafał Miłecki1-1/+5
2011-08-22b43: reload phy and bss settings after core restartsFelix Fietkau1-5/+37
2011-08-09b43: add core rev 17 used on bcma SoC.Hauke Mehrtens1-0/+1
2011-08-08b43: remove wireless extensions inclusionsJohannes Berg1-1/+0
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+3
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2011-07-26b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin1-2/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-21/+85
2011-07-22b43: (un)initialize driver on the BCMA busRafał Miłecki1-4/+44
2011-07-19b43: bcma: implement full core resetRafał Miłecki1-7/+27
2011-07-19b43: correctly display longer chipsets idsRafał Miłecki1-2/+5
2011-07-19b43: bcma: read info about supported bandsRafał Miłecki1-6/+7
2011-07-19b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki1-2/+2
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-77/+284
2011-07-08net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior1-1/+1
2011-07-08b43: define firmwares for HT and LCN PHYsRafał Miłecki1-0/+40
2011-07-08b43: LCN-PHY add place for new PHY supportRafał Miłecki1-0/+10
2011-07-08b43: read radio ID on new coresRafał Miłecki1-1/+13
2011-07-08b43: use radio ID reading code to older cores onlyRafał Miłecki1-15/+23
2011-07-08b43: change selecting ucode for newer coresRafał Miłecki1-9/+17
2011-07-08b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki1-3/+3
2011-07-08b43: handle BCMA in bus switchesRafał Miłecki1-0/+68
2011-07-08b43: use switches for SSB specific codeRafał Miłecki1-45/+99
2011-07-08b43: implement BCMA bus opsRafał Miłecki1-0/+7
2011-07-08b43: make b43_wireless_init bus genericRafał Miłecki1-4/+4
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+29
2011-06-17b43: add Kconfig option for compiling SSB driverRafał Miłecki1-8/+17
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki1-0/+10
2011-06-10b43: check for allocation failuresDan Carpenter1-0/+2
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-92/+142
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-03b43: add an option to register BROKEN bcma driverRafał Miłecki1-1/+43