Age | Commit message (Expand) | Author | Files | Lines |
2009-07-10 | wext: constify extra argument to wireless_send_event | Johannes Berg | 2 | -2/+2 |
2009-07-10 | mac80211: tell SME about real auth state | Johannes Berg | 1 | -1/+7 |
2009-07-10 | cfg80211: remove wireless_dev->bssid | Johannes Berg | 2 | -11/+3 |
2009-07-10 | cfg80211: use proper allocation flags | Johannes Berg | 9 | -66/+91 |
2009-07-10 | nl80211: clean up function definitions | Johannes Berg | 1 | -29/+29 |
2009-07-10 | cfg80211: move break statement to correct place | Johannes Berg | 1 | -15/+16 |
2009-07-10 | wext: default to y | Johannes Berg | 1 | -9/+3 |
2009-07-10 | mac80211: fix todo lock | Johannes Berg | 1 | -13/+15 |
2009-07-10 | wext: allow returning NULL stats | Johannes Berg | 1 | -1/+8 |
2009-07-10 | mac80211_hwsim: fix-up build damage from removal of skb->dst | John W. Linville | 1 | -2/+1 |
2009-07-10 | ath9k: remove ath_rx_ps_back_to_sleep helper | Gabor Juhos | 1 | -11/+6 |
2009-07-10 | ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flags | Gabor Juhos | 1 | -8/+0 |
2009-07-10 | cfg80211: send wext MLME-MICHAELMICFAILURE.indication | Johannes Berg | 2 | -17/+17 |
2009-07-10 | orinoco: remove WE nickname support | David Kilroy | 1 | -43/+0 |
2009-07-10 | orinoco: convert giwrange to cfg80211 | David Kilroy | 1 | -114/+1 |
2009-07-10 | orinoco: convert scanning to cfg80211 | David Kilroy | 9 | -744/+378 |
2009-07-10 | orinoco: convert mode setting to cfg80211 | David Kilroy | 5 | -80/+70 |
2009-07-10 | orinoco: provide generic commit function | David Kilroy | 5 | -269/+294 |
2009-07-10 | orinoco: Handle suspend/restore in core driver | David Kilroy | 6 | -161/+70 |
2009-07-10 | airport: store irq in card private structure | David Kilroy | 1 | -12/+12 |
2009-07-10 | orinoco: move netdev interface creation to main driver | David Kilroy | 9 | -118/+119 |
2009-07-10 | orinoco: make firmware download less verbose | David Kilroy | 1 | -27/+23 |
2009-07-10 | orinoco: initiate cfg80211 conversion | David Kilroy | 7 | -89/+256 |
2009-07-10 | orinoco: Change set_tkip to use orinoco_private instead of hermes_t | David Kilroy | 3 | -6/+6 |
2009-07-10 | orinoco: initialise independently of netdev | David Kilroy | 9 | -24/+63 |
2009-07-10 | orinoco: Replace net_device with orinoco_private in driver interfaces | David Kilroy | 10 | -139/+132 |
2009-07-10 | orinoco: firmware helpers should use dev_err and friends | David Kilroy | 1 | -24/+17 |
2009-07-10 | orinoco: use dev_err in early initialisation routines | David Kilroy | 1 | -50/+42 |
2009-07-10 | orinoco: Move FID allocation to hw.c | David Kilroy | 3 | -23/+26 |
2009-07-10 | orinoco: Move card reading code into hw.c | David Kilroy | 3 | -100/+115 |
2009-07-10 | orinoco: Move firmware capability determination into hw.c | David Kilroy | 3 | -216/+219 |
2009-07-10 | cfg80211: infer WPA and WPA2 support from TKIP and CCMP | David Kilroy | 1 | -4/+4 |
2009-07-10 | cfg80211: set WE encoding size based on available ciphers | David Kilroy | 1 | -3/+10 |
2009-07-10 | cfg80211: allow drivers that can't scan for specific ssids | David Kilroy | 2 | -4/+2 |
2009-07-10 | cfg80211: Advertise ciphers via WE according to driver capability | David Kilroy | 1 | -2/+13 |
2009-07-10 | cfg80211: add wrapper function to get wiphy from priv pointer | David Kilroy | 1 | -0/+11 |
2009-07-10 | mac80211_hwsim: clean up the skb before passing it back | Johannes Berg | 1 | -0/+10 |
2009-07-10 | zd1211rw: sort vid/pid pairs by numerical value | Hin-Tak Leung | 1 | -36/+37 |
2009-07-10 | cfg80211: prohibit scanning the same channel more than once | Johannes Berg | 1 | -3/+30 |
2009-07-10 | mac80211: improve per-sta debugfs | Johannes Berg | 2 | -36/+79 |
2009-07-10 | mac80211: push rx status into skb->cb | Johannes Berg | 30 | -106/+108 |
2009-07-10 | rt2x00: remove skb->do_not_encrypt usage | Johannes Berg | 2 | -5/+4 |
2009-07-10 | cfg80211: issue netlink notification when scan starts | Johannes Berg | 3 | -10/+34 |
2009-07-10 | rndis_wlan: convert set/get txpower to cfg80211 | Jussi Kivilinna | 1 | -73/+75 |
2009-07-10 | usbnet: Add stop function pointer to 'struct rndis_data'. | Jussi Kivilinna | 2 | -0/+17 |
2009-07-10 | rndis_wlan: convert get/set frag/rts to cfg80211 | Jussi Kivilinna | 1 | -72/+63 |
2009-07-10 | iwmc3200wifi: rfkill cleanup | Zhu Yi | 6 | -32/+39 |
2009-07-10 | iwmc3200wifi: cache keys when interface is down | Samuel Ortiz | 3 | -19/+28 |
2009-07-10 | iwmc3200wifi: change coexist periodic calibration flag | Zhu Yi | 2 | -6/+11 |
2009-07-10 | iwmc3200wifi: cfg80211 key hooks implemetation | Samuel Ortiz | 6 | -332/+219 |