summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-24iwlwifi: mvm: remove warning on unknown scan completeDavid Spinadel1-2/+4
2014-11-24iwlwifi: mvm: use unsigned for ssid_bitmapJohannes Berg1-3/+3
2014-11-24iwlwifi: pcie: support 7265-D devicesJohannes Berg4-17/+75
2014-11-23iwlwifi: pcie: support loading FW with extended mem rangeArik Nemtsov2-4/+28
2014-11-23iwlwifi: mvm: disable beacon filtering escape timerEliad Peller1-1/+1
2014-11-23iwlwifi: mvm: make nd_ies part of the mvm structLuciano Coelho4-12/+2
2014-11-23iwlwifi: pcie: properly reset the deviceEmmanuel Grumbach1-1/+2
2014-11-23iwlwifi: mvm: support random MAC address for scanningJohannes Berg2-7/+34
2014-11-23iwlwifi: mvm: go to umac scan even if lmac tlv bit is onDavid Spinadel2-8/+8
2014-11-23iwlwifi: mvm: rs: consider a missing BA as a single tx failureEyal Shapira1-0/+7
2014-11-23iwlwifi: mvm: BT Coex - add support for TTC / RRCEmmanuel Grumbach3-2/+22
2014-11-23iwlwifi: mvm: implement UMAC scan APIDavid Spinadel9-58/+942
2014-11-23iwlwifi: mvm: Fix the keep_alive calculationAvri Altman1-5/+4
2014-11-23iwlwifi: mvm: New skip over dtim policyAvri Altman1-5/+30
2014-11-23iwlwifi: mvm: move deferred d0i3 exit to resume_complete opEliad Peller2-11/+21
2014-11-23iwlwifi: mvm: add support for WMM Access ControlEmmanuel Grumbach3-1/+14
2014-11-23iwlwifi: change max HT and VHT A-MPDU exponentEran Harary5-4/+20
2014-11-23iwlwifi: mvm: Insert DS Parameter Set placeholder in probesAndrei Otcheretianski2-7/+50
2014-11-23Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextEmmanuel Grumbach4574-76372/+181621
2014-11-21mwifiex: Add USB8766 supportKristian Evensen3-1/+17
2014-11-21net: brcm80211: Deletion of unnecessary checks before two function callsMarkus Elfring3-6/+3
2014-11-21Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm...John W. Linville48-384/+2951
2014-11-19ath9k_common: make sure DEBUG_FS and RELAY enabledOleksij Rempel1-0/+2
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville56-208/+342
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau1-3/+3
2014-11-19mac80211: notify drivers on sta rate table changesJohannes Berg4-0/+31
2014-11-19nl80211: Broadcast CMD_NEW_INTERFACE and CMD_DEL_INTERFACETomasz Bursztyka1-7/+41
2014-11-19mac80211-hwsim: Add HWSIM_CMD_GET_RADIO commandPatrik Flykt2-1/+125
2014-11-19mac80211-hwsim: Factor out netlink attribute appendingPatrik Flykt1-30/+30
2014-11-19nl80211: Replace interface socket owner attribute with more generic oneJukka Rissanen2-5/+6
2014-11-19mac80211-hwsim: remove unnecessary hwname checkJohannes Berg1-2/+1
2014-11-19mac80211-hwsim: hwname is always known so use the value from wiphyJukka Rissanen1-9/+9
2014-11-19cfg80211: protect fools returning NULL in add_virtual_intfRafał Miłecki1-1/+4
2014-11-19cfg80211: explicitly initialize some fields in custom reg pathArik Nemtsov1-0/+3
2014-11-19cfg80211: update missing fields in custom regulatory pathArik Nemtsov1-0/+10
2014-11-19mac80211: skip legacy rate mask handling for VHT ratesFelix Fietkau1-1/+1
2014-11-19mac80211: don't allow 40MHz tx rates in case of 20MHz chandefEliad Peller1-0/+2
2014-11-19mac80211_hwsim: support scanning with random MAC addressJohannes Berg1-2/+16
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg24-72/+166
2014-11-19mac80211: rcu-ify scan and scheduled scan request pointersJohannes Berg3-34/+56
2014-11-19cfg80211: allow drivers to support random MAC addresses for scanJohannes Berg3-3/+137
2014-11-19mac80211: remove redundant checkEliad Peller1-1/+1
2014-11-19cfg80211: add wowlan net-detect supportLuciano Coelho4-1/+175
2014-11-19cfg80211: refactor nl80211_start_sched_scan so it can be reusedLuciano Coelho1-58/+72
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman7-0/+184
2014-11-19mac80211: add specific-queue flushing supportLiad Kaufman2-5/+18
2014-11-19mac80211: add TDLS channel-switch Rx flowArik Nemtsov8-2/+449
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov10-5/+381
2014-11-19mac80211: add parsing of TDLS specific IEsArik Nemtsov3-0/+33
2014-11-19cfg80211: introduce TDLS channel switch commandsArik Nemtsov6-0/+211