summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-072-11/+9
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-04-012-11/+9
| |\
| | * iwlwifi: dvm: fix the passive-no-RX workaroundJohannes Berg2013-03-282-11/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-014-3/+25
|\ \ \ | |/ /
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-274-3/+25
| |\ \ | | |/
| | * iwlwifi: dvm: don't send HCMD in restart flowEmmanuel Grumbach2013-03-202-2/+11
| | * iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach2013-03-201-0/+13
| | * iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach2013-03-201-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2083-327/+1646
|\ \ \
| * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-0885-696/+2000
| |\ \ \
| | * | | iwlwifi: mvm: the SCD byte count is a TLV flagEmmanuel Grumbach2013-03-062-2/+3
| | * | | iwlwifi: fix indirect write bugAmnon Paz2013-03-061-2/+3
| | * | | iwlwifi: move firmware restart debugfs hook to op_modeEmmanuel Grumbach2013-03-065-22/+52
| | * | | iwlwifi: mvm: update firmware API - MAC ID in RXEmmanuel Grumbach2013-03-061-1/+2
| | * | | iwlwifi: mvm: export last bt_notif through debugfsEmmanuel Grumbach2013-03-063-0/+104
| | * | | iwlwifi: mvm: update SMPS when BT gets activeEmmanuel Grumbach2013-03-061-0/+52
| | * | | iwlwifi: mvm: handle BT-coex notificationEmmanuel Grumbach2013-03-063-0/+58
| | * | | iwlwifi: mvm: begin basic BT-Coex implementationEmmanuel Grumbach2013-03-064-1/+259
| | * | | iwlwifi: mvm: add BT Coex FW APIEmmanuel Grumbach2013-03-063-0/+330
| | * | | iwlwifi: mvm: add CARD_STATE_NOTIFICATION to the cmd stringsEmmanuel Grumbach2013-03-061-0/+1
| | * | | iwlwifi: export symbols only conditionallyJohannes Berg2013-03-0611-35/+64
| | * | | iwlwifi: allow selecting only MVM driverJohannes Berg2013-03-061-1/+4
| | * | | iwlwifi: mvm: Change NVM default section read sizeDor Shaish2013-03-061-3/+6
| | * | | iwlwifi: mvm: don't read system time when modifying AP/GO MACJohannes Berg2013-03-062-7/+20
| | * | | iwlwifi: make device configuration bus agnosticEmmanuel Grumbach2013-03-069-124/+48
| | * | | iwlwifi: dvm: pad iwl_compressed_ba_respEmmanuel Grumbach2013-03-061-0/+1
| | * | | iwlwifi: mvm: advertise VHT capabilitiesEytan Lifshitz2013-03-061-0/+46
| | * | | iwlwifi: mvm: set up initial SMPS/NSS station infoJohannes Berg2013-03-061-2/+49
| | * | | iwlwifi: mvm: implement remote wakeJohannes Berg2013-03-063-1/+334
| | * | | iwlwifi: convert to use simple_open()Wei Yongjun2013-03-061-9/+3
| | * | | iwlwifi: use __get_str in tracingJohannes Berg2013-03-061-1/+1
| | * | | iwlwifi: support DSSS/CCK mode in 40 MHzJohannes Berg2013-03-061-1/+1
| | * | | iwlwifi: mvm: support IEEE80211_AMPDU_TX_STOP_FLUSHEmmanuel Grumbach2013-03-063-1/+33
| | * | | iwlwifi: mvm: Add support for additional addressesIlan Peer2013-03-062-6/+10
| | * | | iwlwifi: disable greenfield transmissions as a workaroundBeni Lev2013-03-061-6/+8
| | * | | iwlwifi: 7000: disable HT greenfield supportBeni Lev2013-03-061-1/+0
| | * | | iwlwifi: mvm: Update MAC context filter flagsIlan Peer2013-03-061-1/+13
| | * | | iwlwifi: mvm: don't use cts to selfDor Shaish2013-03-061-2/+2
| | * | | iwlwifi: mvm: free AGG queue when we STA is removedEmmanuel Grumbach2013-03-061-3/+3
| | * | | iwlwifi: mvm: respect disable Tx AGG parameterEmmanuel Grumbach2013-03-061-0/+4
| | * | | iwlwifi: a few fixes in licenseEmmanuel Grumbach2013-03-0669-80/+117
| | * | | Merge remote-tracking branch 'iwlwifi-fixes/master' into HEADJohannes Berg2013-03-0618-385/+370
| | |\ \ \ | | | | |/ | | | |/|
| * | | | mac80211: Allow drivers to differentiate between ROC typesIlan Peer2013-03-062-4/+6
| * | | | wireless: move sequence number arithmetic to ieee80211.hJohannes Berg2013-03-065-12/+10
| |/ / /
* | | | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-3/+1
| |_|/ |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0615-339/+229
|\ \ \ | | |/ | |/|
| * | iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach2013-03-041-5/+1
| * | iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach2013-03-043-23/+35
| * | iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach2013-03-041-0/+10
| * | iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish2013-03-041-114/+0
OpenPOWER on IntegriCloud