summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mac80211: report OBSS beaconsJohannes Berg2011-11-093-1/+17
* cfg80211: allow registering to beaconsJohannes Berg2011-11-094-1/+98
* mac80211: support client probeJohannes Berg2011-11-092-18/+95
* nl80211: add API to probe a clientJohannes Berg2011-11-093-0/+131
* nl80211: advertise device AP SMEJohannes Berg2011-11-095-1/+31
* mac80211: support spurious class3 eventJohannes Berg2011-11-091-0/+7
* nl80211: allow subscribing to unexpected class3 framesJohannes Berg2011-11-095-0/+114
* mac80211: add support for control port protocol in AP modeJohannes Berg2011-11-092-2/+32
* mac80211: add helper to free TX skbJohannes Berg2011-11-092-0/+16
* mac80211: simplify mesh frame queue mapping and QoSJavier Cardona2011-11-094-7/+4
* mac80211: check if frame is really part of this BAThomas Pedersen2011-11-091-0/+5
* mac80211: QoS multicast frames have No Ack policyThomas Pedersen2011-11-093-2/+11
* mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2011-11-092-2/+16
* ath9k: Improve debugfs printout for stations.Ben Greear2011-11-093-6/+14
* mac80211: verify virtual interfaces in driver APIJohannes Berg2011-11-095-11/+69
* net: add wireless TX status socket optionJohannes Berg2011-11-0923-3/+123
* mac80211: simplify ieee80211_work_workStanislaw Gruszka2011-11-091-14/+3
* mac80211: remove useless brackets in ieee80211_cfg_on_oper_channelStanislaw Gruszka2011-11-091-2/+2
* mac80211: remove uneeded scan_chan variableStanislaw Gruszka2011-11-091-8/+6
* mac80211: preserve EOSP in QoS headerJohannes Berg2011-11-091-1/+4
* nl80211: Increase maximum NL80211_ATTR_KEY_SEQ length to 16Jouni Malinen2011-11-091-2/+2
* ieee80211: Define cipher suite selector for WPI-SMS4Jouni Malinen2011-11-091-0/+2
* mac80211: set BSS_CHANGED_IDLE on vif reconfigEliad Peller2011-11-091-1/+2
* ipw2x00: remove unused function libipw_ratelimit_debug.Stanislav Yakovlev2011-11-091-8/+0
* ath9k: Advertise support for TDLSJouni Malinen2011-11-091-0/+1
* orinoco: release BSS structures returned by cfg80211_inform_bss()David Kilroy2011-11-091-6/+10
* rndis_wlan: release BSS structures returned by cfg80211_inform_bss()Jussi Kivilinna2011-11-091-4/+10
* cfg80211: annotate cfg80211_inform_bssJohannes Berg2011-11-091-2/+6
* mac80211: handle HT PHY BSS membership selector value correctlyChristian Lamparter2011-11-092-41/+52
* wireless: cleanup brcm80211 bits in drivers/net/wireless/MakefileJohn W. Linville2011-11-091-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-0927-972/+2291
|\
| * Bluetooth: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg2011-11-091-13/+2
| * Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg2011-11-091-1/+1
| * Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg2011-11-092-5/+5
| * Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg2011-11-093-13/+57
| * Bluetooth: Move pending management command list into struct hci_devJohan Hedberg2011-11-093-40/+47
| * Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg2011-11-094-168/+178
| * Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2011-11-084-36/+64
| * Bluetooth: Update link key mgmt APIs to match latest spec.Johan Hedberg2011-11-084-32/+35
| * Bluetooth: Fix response for mgmt_start_discovery when powered offJohan Hedberg2011-11-081-0/+5
| * Bluetooth: Remove redundant code from mgmt_block & mgmt_unblockJohan Hedberg2011-11-081-21/+0
| * Bluetooth: Convert power off mechanism to use delayed_workJohan Hedberg2011-11-083-31/+19
| * Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable failsJohan Hedberg2011-11-083-3/+20
| * Bluetooth: Add timeout field to mgmt_set_discoverableJohan Hedberg2011-11-085-1/+43
| * Bluetooth: Periodic Inquiry and DiscoveryAndre Guedes2011-11-081-32/+11
| * Bluetooth: Create hci_cancel_inquiry()Andre Guedes2011-11-083-1/+12
| * Bluetooth: Create hci_do_inquiry()Andre Guedes2011-11-083-8/+23
| * Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko2011-11-081-0/+24
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-085-8/+15
| * Bluetooth: Clean up logic in hci_cc_write_scan_enableJohan Hedberg2011-11-071-19/+21