summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-315-0/+5
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-032-2/+4
* mac80211: implement uAPSDJohannes Berg2011-09-301-1/+1
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-285-13/+15
|\
| * iwlegacy: do not use interruptible waitsStanislaw Gruszka2011-09-215-13/+13
| * iwlegacy: fix command queue timeoutStanislaw Gruszka2011-09-211-0/+2
* | mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-272-2/+4
* | Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-5/+8
|\|
| * iwlegacy: fix BUG_ON(info->control.rates[0].idx < 0)Stanislaw Gruszka2011-08-291-5/+8
* | iwlegacy: remove wireless extensions inclusionsJohannes Berg2011-08-089-9/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-032-3/+11
|\
| * iwlegacy: set tx power after rxon_assocStanislaw Gruszka2011-08-012-3/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+2
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-152-3/+2
|\ \ \ | | |/ | |/|
| * | iwlegacy: Add missing comma between constant string arrayJoe Perches2011-07-131-1/+1
| * | mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-2/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-301-1/+1
|\| |
| * | iwlegacy: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-291-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2416-1332/+147
|\| |
| * | iwlegacy: fix stop/wake queue hacksKalle Valo2011-06-201-0/+9
| * | iwlegacy: fix up brokenness caused by cleanupDan Carpenter2011-06-171-2/+2
| * | iwlegacy: refactor iwl4965_mac_channel_switchStanislaw Gruszka2011-06-101-56/+55
| * | iwlegacy: remove unused agg_tids_countStanislaw Gruszka2011-06-102-17/+0
| * | iwlegacy: remove firmware event logStanislaw Gruszka2011-06-1010-742/+1
| * | iwlegacy: remove reset rf infrastructureStanislaw Gruszka2011-06-1010-407/+81
| * | iwlegacy: remove recover from statisticsStanislaw Gruszka2011-06-105-103/+1
| * | iwlegacy: remove unused power commands definesStanislaw Gruszka2011-06-101-7/+0
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-105-46/+28
| |\|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-205-46/+28
|\ \ \ | | |/ | |/|
| * | iwlegacy: fix channel switch lockingStanislaw Gruszka2011-06-085-46/+28
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-083-6/+7
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-071-2/+3
| |\|
| | * iwl4965: set tx power after rxon_assocStanislaw Gruszka2011-06-061-1/+2
| * | iwlegacy: add missing null checkGreg Dietsche2011-06-031-0/+3
| * | iwlegacy: propagate error return valueGreg Dietsche2011-06-031-1/+1
| * | iwlegacy: return -EINVAL instead of -1Greg Dietsche2011-06-031-1/+1
| * | iwlegacy: remove unecessary if statementGreg Dietsche2011-06-031-2/+0
| * | iwlegacy: remove unreachable codeGreg Dietsche2011-06-031-1/+0
* | | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
| |/ |/|
* | iwl4965: correctly validate temperature valueStanislaw Gruszka2011-06-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-2/+2
|\
| * iwl4965: fix 5GHz operationStanislaw Gruszka2011-05-271-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\ \
| * | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-172-0/+13
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-05-112-0/+13
| |\ \ \
| | * | | iwlegacy: fix IBSS mode crashesStanislaw Gruszka2011-05-102-0/+13
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | iwlegacy: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-161-1/+1