summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43legacy
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-11-14mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng1-1/+1
2012-09-28b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-08-10b43legacy: fix logic in GPIO initRafał Miłecki1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-0/+1
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-09net: dont use __netdev_alloc_skb for bounce bufferEric Dumazet1-1/+1
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-24Fix typo in printed messagesAnatol Pomozov1-1/+1
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-06-06wireless: update wireless URLsJohannes Berg1-1/+1
2012-06-06wireless: Remove casts to same typeJoe Perches2-5/+3
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens3-8/+8
2012-05-16b43legacy: Fix error due to MMIO access with SSB unpoweredLarry Finger1-2/+0
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior2-0/+3
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+1
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-13/+1
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-13b43legacy: Load firmware from work queue instead of from probe routineLarry Finger2-13/+23
2012-03-06ssb: remove 5GHz antenna gain from spromHauke Mehrtens1-1/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-50/+126
2012-01-04b43legacy: Avoid packet losses in the dma worker codeLarry Finger4-50/+126
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell4-52/+52
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-8/+8
2011-11-01drivers/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-08-24b43/legacy: Remove firmware IDsMichael Büsch2-7/+1
2011-08-09b43legacy: report core numberPavel Roskin1-1/+2
2011-08-09b43legacy: remove 64-bit DMA supportPavel Roskin2-410/+71
2011-08-08b43legacy: remove wireless extensions inclusionsJohannes Berg2-2/+0
2011-07-27atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds14-14/+14
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+6
2011-07-22b43legacy: dma: cache translation (routing bits)Rafał Miłecki2-3/+6
2011-07-07Update my e-mail addressMichael Büsch14-14/+14
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-16/+4
2011-06-06drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-01b43legacy: Fix warnings from gcc 4.6.0Larry Finger3-16/+4
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-51/+1
2011-05-11b43legacy: trivial: use TMSLOW def instead of magic valueRafał Miłecki1-1/+1
2011-05-10b43legacy: drop ssb-duplicated workaround for dangling coresRafał Miłecki1-18/+0
2011-05-05b43legacy: drop invalid IMCFGLO workaroundRafał Miłecki1-32/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-02-24mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-11-17drivers/net/wireless/b43legacy/main.c: Use printf extension %pVJoe Perches1-12/+35