summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller7-10/+21
2012-11-19cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen4-0/+95
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg3-13/+103
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg11-44/+43
2012-11-19mac80211: use CMAC_PN_LENJohannes Berg1-2/+3
2012-11-19mac80211: check add_chanctx callback before use in ieee80211_reconfigArend van Spriel1-4/+6
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen23-83/+108
2012-11-12nl/cfg80211: advertise OBSS scan requirementAmitkumar Karwar1-0/+4
2012-11-09mac80211: reassign channel contexts before stationsJohannes Berg1-11/+17
2012-11-09mac80211: clarify interface iteration and make it configurableJohannes Berg11-45/+90
2012-11-09mac80211: call driver method when restart completesJohannes Berg4-1/+24
2012-11-09mac80211: remove unused tracepointJohannes Berg1-28/+0
2012-11-09mac80211: add debugfs file for HW queuesJohannes Berg1-0/+21
2012-11-07mac80211: fix TX error pathJohannes Berg1-0/+1
2012-11-07mac80211: include export.h in aes_cmacEmmanuel Grumbach1-0/+1
2012-11-07mac80211: use kstrtoull return valueJohannes Berg1-1/+1
2012-11-07mac80211: fix race in TKIP MIC test debugfs fileJohannes Berg1-2/+5
2012-11-07mac80211: use mac_ptonJohannes Berg1-28/+2
2012-11-07nl80211: send the NL80211_ATTR_SSID in nl80211_send_iface()Antonio Quartulli1-0/+5
2012-11-07cfg80211: store the ssid into wirless_dev in AP modeAntonio Quartulli2-0/+3
2012-11-06mac80211: pass P2P powersave parameters to driverJohannes Berg4-0/+53
2012-11-06wireless: add utility function to get P2P attributeJohannes Berg2-0/+118
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear5-32/+75
2012-11-05mac80211: implement set_mcast_rate() callbackAntonio Quartulli1-0/+11
2012-11-05nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE commandAntonio Quartulli3-0/+50
2012-11-05wireless: add peer-to-peer related definitionsArend van Spriel1-0/+32
2012-11-05mac80211: send deauth only with channel contextJohannes Berg1-14/+18
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg3-11/+20
2012-10-30mac80211: combine status/drop reportingJohannes Berg1-74/+71
2012-10-30mac80211_hwsim: print per interface TX powerJohannes Berg1-0/+3
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg10-45/+131
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg11-32/+56
2012-10-30nl80211: move "can set channel" checkJohannes Berg1-4/+4
2012-10-30mac80211_hwsim: allow using channel contextsJohannes Berg1-100/+390
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg175-2951/+8252
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-130/+217
2012-10-29ssb: handle BCM43222 in pmu code.Hauke Mehrtens1-0/+3
2012-10-29ssb: add PCI ID 0x4350Hauke Mehrtens1-0/+1
2012-10-29ath9k: Dump BTCOEX tuning parametersRajkumar Manoharan3-1/+87
2012-10-29ath9k_hw: validate MCI stuck after RTC wakeupRajkumar Manoharan1-3/+3
2012-10-29ath9k_hw: Fix concurrent tx on lower tx powerRajkumar Manoharan2-1/+6
2012-10-29ath9k_hw: Enable hw PLL power save for AR9565Rajkumar Manoharan2-4/+4
2012-10-29ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan1-2/+2
2012-10-29ar5523: Add new driverPontus Fuchs8-0/+2405
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel2-8/+24
2012-10-29brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()Arend van Spriel1-1/+1
2012-10-29brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()Arend van Spriel1-25/+28
2012-10-29brcmfmac: use memset when setting a broadcast mac addressArend van Spriel1-7/+5
2012-10-29brcmfmac: rename check_sys_up() to check_vif_up()Arend van Spriel1-24/+24
2012-10-29brcmfmac: remove unused enumeration wl_prof_listArend van Spriel1-13/+0