aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/dvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-13/+13
2015-06-03iwlwifi: dvm: enable IEEE80211_HW_SUPPORT_FAST_XMITJohannes Berg1-0/+1
2015-04-24iwlwifi: dvm: don't sleep in event_callback callbackEmmanuel Grumbach1-3/+1
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+2
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+0
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-14/+16
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+9
2015-03-30mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach1-6/+9
2015-03-19iwlwifi: dvm: run INIT firmware again upon .start()Emmanuel Grumbach2-6/+0
2015-03-12Merge branch 'iwlwifi-fixes' into iwlwifi-nextEmmanuel Grumbach1-8/+9
2015-03-12iwlwifi: fix smatch warning: warn: inconsistent indentingEmmanuel Grumbach2-6/+7
2015-03-12iwlwifi: dvm: drop VO packets when mac80211 tells us toEmmanuel Grumbach1-8/+9
2015-03-01iwlwifi: mvm: new Alive / error table APIEmmanuel Grumbach1-1/+1
2015-02-01iwlwifi: allow to define the stuck queue timer per queueEmmanuel Grumbach3-3/+4
2015-02-01iwlwifi: mvm: enable watchdog on Tx queues for mvmEmmanuel Grumbach1-5/+1
2014-12-28iwlwifi: dvm: main: Use setup_timerJulia Lawall1-6/+4
2014-12-28iwlwifi: dvm: tt: Use setup_timerJulia Lawall1-9/+4
2014-12-28iwlwifi: remove MODULE_VERSIONJohannes Berg1-14/+0
2014-12-02iwlwifi: dvm: fix flush support for old firmwareEmmanuel Grumbach2-36/+42
2014-11-04Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2014-10-29iwlwifi: dvm: Fix probable mask then right shift defectJoe Perches1-2/+2
2014-10-23iwlwifi: dvm: drop non VO frames when flushingEmmanuel Grumbach1-11/+13
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho1-0/+1
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+2
2014-09-14Merge remote-tracking branch 'iwlwifi-fixes/master' into NEXTEmmanuel Grumbach2-1/+13
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-2/+2
2014-09-08iwlwifi: dvm: disable power save by defaultEmmanuel Grumbach1-1/+1
2014-09-03iwlwifi: trans: allow skipping scheduler hardware configJohannes Berg1-3/+3
2014-08-31Revert "iwlwifi: dvm: don't enable CTS to self"Emmanuel Grumbach1-0/+12
2014-07-06Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextEmmanuel Grumbach1-1/+2
2014-07-06Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach1-12/+0
2014-07-03iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-12/+0
2014-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-0/+9
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-06-24iwlwifi: dvm: add a force_cam module parameter to fully disable power savingAndy Lutomirski1-0/+9
2014-05-13iwlwifi: remove CMD_SYNCEmmanuel Grumbach12-56/+41
2014-05-11iwlwifi: dvm: don't use _ni mac80211's callbacksEmmanuel Grumbach2-3/+3
2014-05-11iwlwifi: add missing trailing newlines to debug messagesJohannes Berg6-25/+24
2014-05-06iwlwifi: make LED support optionalJohannes Berg3-1/+16
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-04-13iwlwifi: allow to wait for a subset of the queuesEmmanuel Grumbach2-2/+2
2014-04-13iwlwifi: pcie: implement GRO without NAPIJohannes Berg1-0/+12
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-1/+3
2014-03-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville1-2/+6
2014-03-11iwlwifi: dvm: take mutex when sending SYNC BT config commandEmmanuel Grumbach1-2/+6
2014-03-09iwlwifi: return whether to stop from rfkill methodJohannes Berg1-1/+3
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-7/+30
2014-02-27iwlwifi: fix TX status for aggregated packetsJohannes Berg1-5/+9
2014-02-20iwlwifi: dvm: clear IWL_STA_UCODE_INPROGRESS when assoc failsEmmanuel Grumbach1-0/+1